@charset "UTF-8";
/**************************************

index

**************************************/
main.index .unit {
  display: flex;
  width: 1120px;
  margin: 0 auto 80px;
  padding: 35px;
  border: 1px solid #7d4697;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 760px) {
  main.index .unit {
    display: inherit;
    width: 90%;
    margin: 0 5% 10%;
    padding: 5% 5% 8%;
  }
}

main.index .unit .ph_box {
  width: 60%;
  margin: 0 30px 0 0;
  float: left;
}

@media screen and (max-width: 760px) {
  main.index .unit .ph_box {
    width: 100%;
    margin: 0 0 7% 0;
  }
}

main.index .unit .txt_box {
  position: relative;
  width: 40%;
  float: right;
}

@media screen and (max-width: 760px) {
  main.index .unit .txt_box {
    width: 100%;
  }
}

main.index .unit .txt_box .inner {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
}

@media screen and (max-width: 760px) {
  main.index .unit .txt_box .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    text-align: center;
  }
}

main.index .unit .txt_box h3 {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.3;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 760px) {
  main.index .unit .txt_box h3 {
    font-size: 6vw;
  }
}

main.index .unit .txt_box h3 small {
  margin-right: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  main.index .unit .txt_box h3 small {
    margin-right: 3%;
    font-size: 3vw;
  }
}

main.index .unit .txt_box .txt {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  main.index .unit .txt_box .txt {
    margin-top: 3%;
    font-size: 3.73vw;
  }
}

main.index .unit .txt_box .btn {
  margin-top: 40px;
}

@media screen and (max-width: 760px) {
  main.index .unit .txt_box .btn {
    margin-top: 5%;
  }
}

main.index .unit.reverse {
  flex-direction: row-reverse;
}

main.index .unit.reverse .ph_box {
  margin: 0 0 0 30px;
  float: right;
}

@media screen and (max-width: 760px) {
  main.index .unit.reverse .ph_box {
    width: 100%;
    margin: 0 0 4% 0;
  }
}

main.index .unit.reverse .txt_box {
  float: left;
}

main.index02 {
  padding-bottom: 0;
}

@media screen and (max-width: 760px) {
  main.index02 .article_h2 {
    margin-bottom: 0%;
  }
}

main.index02 ul.index_list li {
  width: 33.333333%;
  height: 400px;
  float: left;
}

@media screen and (max-width: 760px) {
  main.index02 ul.index_list li {
    width: 100%;
    height: 48vw;
    float: none;
  }
}

main.index02 ul.index_list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main.index02 ul.index_list li a::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}

main.index02 ul.index_list li .inner {
  -webkit-transform: translateY(-50%) translateX(0%);
  z-index: 101;
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%) translateX(0%);
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

main.index02 ul.index_list li .inner h3 {
  position: relative;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  font-family: "Crimson Text", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  main.index02 ul.index_list li .inner h3 {
    font-size: 6vw;
  }
}

main.index02 ul.index_list li .inner h3 small {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Crimson Text", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  main.index02 ul.index_list li .inner h3 small {
    margin-top: 1%;
    font-size: 3.2vw;
  }
}

main.index02 ul li.overview a {
  background-image: url(../company/img/bg_overview.jpg);
}

main.index02 ul li.greeting a {
  background-image: url(../company/img/bg_greeting.jpg);
}

main.index02 ul li.organization a {
  background-image: url(../company/img/bg_organization.jpg);
}

main.index02 ul li.history a {
  background-image: url(../company/img/bg_history.jpg);
}

main.index02 ul li.philosophy a {
  background-image: url(../company/img/bg_philosophy.jpg);
}

main.index02 ul li.strategy a {
  background-image: url(../company/img/bg_strategy.jpg);
}

/**************************************

other_contents

**************************************/
.other_contents li {
  width: 33.333333%;
  height: 200px;
  float: left;
}

@media screen and (max-width: 760px) {
  .other_contents li {
    width: 100%;
    height: 24vw;
    float: none;
  }
}

.other_contents li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.other_contents li a::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}

.other_contents li .inner {
  -webkit-transform: translateY(-50%) translateX(0%);
  z-index: 101;
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%) translateX(0%);
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

.other_contents li .inner .tit {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  font-family: "Crimson Text", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  .other_contents li .inner .tit {
    font-size: 5vw;
  }
}

.other_contents li .inner .tit small {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 13px;
  font-family: "Crimson Text", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  .other_contents li .inner .tit small {
    margin-top: 1%;
    font-size: 3vw;
  }
}

.other_contents li.introduction a {
  background-image: url(../img/cmn/bg_introduction.jpg);
}

.other_contents li.overview a {
  background-image: url(../img/cmn/bg_overview.jpg);
}

.other_contents li.vision a {
  background-image: url(../img/cmn/bg_vision.jpg);
}

@media screen and (max-width: 760px) {
  .other_contents li.vision a {
    background-position: center bottom;
  }
}

.other_contents li.application a {
  background-image: url(../img/cmn/bg_application.jpg);
}

.other_contents li.results a {
  background-image: url(../img/cmn/bg_results.jpg);
}

.other_contents li.greeting a {
  background-image: url(../img/cmn/bg_greeting.jpg);
}

@media screen and (max-width: 760px) {
  .other_contents li.greeting a {
    background-position: center -6vw;
  }
}

.other_contents li.strategy a {
  background-image: url(../img/cmn/bg_strategy.jpg);
}

@media screen and (max-width: 760px) {
  .other_contents li.strategy a {
    background-position: center -6vw;
  }
}

.other_contents li.number a {
  background-image: url(../img/cmn/bg_number.jpg);
}

.other_contents li.onetrick a {
  background-image: url(../img/cmn/bg_onetrick.jpg);
}

.other_contents li.company a {
  background-image: url(../img/cmn/bg_company.jpg);
}

.other_contents li.faq a {
  background-image: url(../img/cmn/bg_faq.jpg);
}

/**************************************

section_lead

**************************************/
.section_lead {
  margin-bottom: 90px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_lead {
    margin-bottom: 10%;
  }
}

.section_lead .tit {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 760px) {
  .section_lead .tit {
    font-size: 5.2vw;
  }
}

.section_lead .catch {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 760px) {
  .section_lead .catch {
    margin-top: 3%;
    font-size: 4.8vw;
  }
}

.section_lead .txt {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 760px) {
  .section_lead .txt {
    margin-top: 3%;
    padding: 0 5%;
    font-size: 3.73vw;
    text-align: left;
  }
}

/**************************************

application

**************************************/
.main_application {
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .main_application {
    margin-top: 0;
  }
}

.main_application .article_h2 {
  margin-top: 0;
}

.main_application .head_unit {
  position: relative;
  height: 370px;
  padding-top: 150px;
  background: url(../introduction/img/application/main.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_application .head_unit {
    height: 50vw;
    padding-top: 18%;
    background: url(../introduction/img/application/main_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.main_application .head_unit::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  content: '';
}

.main_application .section_application .unit01 {
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit01 {
    width: 90%;
    margin: 0 5% 13%;
  }
}

.main_application .section_application .unit01 h3 {
  position: relative;
  margin-bottom: 67px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.5;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit01 h3 {
    position: relative;
    margin-bottom: 12%;
    font-size: 6.8vw;
    line-height: 1.3;
  }
}

.main_application .section_application .unit01 h3::after {
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  width: 110px;
  height: 2px;
  margin: auto;
  background: #7d4697;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit01 h3::after {
    bottom: -5.5vw;
    width: 65px;
  }
}

.main_application .section_application .unit01 .txt {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit01 .txt {
    margin-bottom: 10%;
    font-size: 3.73vw;
    text-align: left;
  }
}

.main_application .section_application .unit01 .txt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit01 .txt:last-child {
    margin-bottom: 0;
  }
}

.main_application .section_application .unit01 .bnr {
  width: 742px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit01 .bnr {
    width: 100%;
    margin: 0 auto 10%;
  }
}

.main_application .section_application .unit02 {
  margin-bottom: 140px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit02 {
    margin-bottom: 10%;
  }
}

.main_application .section_application .unit02 h3 {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 0;
  background: #7d4697;
  font-weight: 500;
  font-size: 33px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit02 h3 {
    position: relative;
    margin-bottom: 8%;
    padding: 4% 0;
    font-size: 5.2vw;
    line-height: 1.3;
    text-align: center;
  }
}

.main_application .section_application .unit02 .box_wrapper {
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit02 .box_wrapper {
    width: 90%;
    margin: 0 5%;
  }
}

.main_application .section_application .unit02 .box_wrapper .box {
  float: left;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit02 .box_wrapper .box {
    width: 100%;
    float: none;
  }
}

.main_application .section_application .unit02 .box_wrapper .box:first-child {
  margin-right: 54px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit02 .box_wrapper .box:first-child {
    margin-right: 0;
    margin-bottom: 10%;
  }
}

.main_application .section_application .unit02 .box_wrapper .box .txt {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit02 .box_wrapper .box .txt {
    margin-bottom: 3%;
    font-size: 3.73vw;
  }
}

.main_application .section_application .unit02 .box_wrapper .box ul {
  font-weight: 400;
}

.main_application .section_application .unit02 .box_wrapper .box ul li {
  margin-bottom: 5px;
  padding-left: 15px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit02 .box_wrapper .box ul li {
    margin-bottom: 2%;
  }
}

.main_application .section_application .unit02 .box_wrapper .box ul li::before {
  content: '→ ';
}

.main_application .section_application .unit02 .box_wrapper .box ul li.tit {
  padding-left: 0;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}

.main_application .section_application .unit02 .box_wrapper .box ul li.tit::before {
  content: '■';
}

.main_application .section_application .unit03 {
  margin-bottom: 140px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 {
    margin-bottom: 13%;
  }
}

.main_application .section_application .unit03 h3 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 33px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 h3 {
    margin-bottom: 8%;
    font-size: 5.2vw;
    line-height: 1.3;
  }
}

.main_application .section_application .unit03 li {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 76px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 li {
    width: 90%;
    margin: 0 5%;
    padding-bottom: 15%;
  }
}

.main_application .section_application .unit03 li::before {
  display: block;
  z-index: 100;
  position: absolute;
  bottom: 27px;
  left: 50%;
  width: 68px;
  height: 21px;
  margin-left: -34px;
  background: url(../introduction/img/application/arrow.png) no-repeat center center;
  background-size: 100% auto;
  content: '';
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 li::before {
    bottom: 5.5vw;
  }
}

.main_application .section_application .unit03 li:last-child {
  padding-bottom: 0;
}

.main_application .section_application .unit03 li:last-child::before {
  display: block;
  content: none;
}

.main_application .section_application .unit03 li .box_wrapper {
  box-sizing: border-box;
  display: inline-block;
  width: 1120px;
  padding: 40px 50px;
  border: 1px solid #fff;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 li .box_wrapper {
    width: 100%;
    padding: 8% 5% 5%;
  }
}

.main_application .section_application .unit03 li .txt_box {
  width: calc(100% - 365px);
  float: left;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 li .txt_box {
    width: 100%;
    margin-bottom: 6%;
    float: none;
    text-align: center;
  }
}

.main_application .section_application .unit03 li .txt_box .step {
  margin-bottom: 20px;
  color: #B596C4;
  font-weight: 400;
  font-size: 33px;
  line-height: 1;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 li .txt_box .step {
    margin-bottom: 3%;
    font-size: 7vw;
  }
}

.main_application .section_application .unit03 li .txt_box h4 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 li .txt_box h4 {
    margin-bottom: 3%;
    font-size: 6.8vw;
    line-height: 1.3;
  }
}

.main_application .section_application .unit03 li .txt_box .txt {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 li .txt_box .txt {
    font-size: 3.73vw;
    line-height: 1.8;
  }
}

.main_application .section_application .unit03 li .ph_box {
  width: 365px;
  float: right;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit03 li .ph_box {
    width: 100%;
    float: none;
  }
}

.main_application .section_application .unit04 {
  color: #fff;
}

.main_application .section_application .unit04 h3 {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 0;
  background: #7d4697;
  font-weight: 500;
  font-size: 33px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit04 h3 {
    position: relative;
    margin-bottom: 8%;
    padding: 4% 0;
    font-size: 5.2vw;
    line-height: 1.3;
    text-align: center;
  }
}

.main_application .section_application .unit04 h3 small {
  font-size: 22px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit04 h3 small {
    display: block;
    font-size: 3.73vw;
  }
}

.main_application .section_application .unit04 .txt {
  width: 1120px;
  margin: 0 auto 60px;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit04 .txt {
    width: 90%;
    margin: 0 5% 8%;
    font-size: 3.73vw;
  }
}

.main_application .section_application .unit04 .btn {
  text-align: center;
}

.main_application .section_application .unit04 .btn.link {
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .main_application .section_application .unit04 .btn.link {
    margin-bottom: 5%;
  }
}

.main_application .section_application .unit04 .btn.link a::before {
  background: #7d4697;
}

/**************************************

business

**************************************/
.main_business {
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .main_business {
    margin-top: 0;
  }
}

.main_business .article_h2 {
  margin-top: 0;
}

.main_business .head_unit {
  position: relative;
  height: 370px;
  padding-top: 150px;
  background: url(../introduction/img/business/main.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_business .head_unit {
    height: 50vw;
    padding-top: 18%;
    background: url(../introduction/img/business/main_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.main_business .head_unit::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  content: '';
}

.main_business .section_business {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_business .section_business {
    width: 90%;
    margin: 0 5%;
    padding-top: 2vw;
  }
}

.main_business .section_business ul {
  margin-bottom: 60px;
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul {
    margin-bottom: 8%;
  }
}

.main_business .section_business ul li {
  z-index: 101;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  padding: 30px 0;
  background: #493559;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul li {
    margin-bottom: 13%;
    padding: 14% 5% 6%;
  }
}

.main_business .section_business ul li:last-child {
  margin-bottom: 0;
}

.main_business .section_business ul li .number {
  position: relative;
  margin-top: -73px;
  font-weight: 400;
  font-size: 85px;
  line-height: 1;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul li .number {
    margin-top: -21vw;
    font-size: 17vw;
  }
}

.main_business .section_business ul li .tit {
  font-weight: 500;
  font-size: 38px;
  line-height: 1.5;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul li .tit {
    font-size: 6.8vw;
  }
}

.main_business .section_business ul li .tit small {
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul li .tit small {
    font-size: 3.73vw;
  }
}

.main_business .section_business ul li .txt {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul li .txt {
    margin-top: 2%;
    font-size: 3.73vw;
    line-height: 1.8;
  }
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul li .txt.ta_left {
    text-align: left;
  }
}

.main_business .section_business .btn {
  text-align: center;
}

/**************************************

history

**************************************/
.main_history .section_history {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_history .section_history {
    width: 90%;
    margin: 0 5%;
  }
}

.main_history .section_history ul {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 760px) {
  .main_history .section_history ul {
    margin-bottom: 8%;
  }
}

.main_history .section_history ul::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: '';
}

.main_history .section_history ul li {
  z-index: 101;
  position: relative;
  width: 100%;
  margin-bottom: 53px;
  padding: 30px 0 50px;
  background: #493559;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_history .section_history ul li {
    margin-bottom: 8%;
    padding: 9% 5% 8%;
  }
}

.main_history .section_history ul li:last-child {
  margin-bottom: 0;
}

.main_history .section_history ul li .year {
  margin-bottom: 10px;
  color: #976BAC;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_history .section_history ul li .year {
    font-size: 4vw;
  }
}

.main_history .section_history ul li .txt {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (max-width: 760px) {
  .main_history .section_history ul li .txt {
    font-size: 4.8vw;
  }
}

.main_history .section_history ul li .txt small {
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .main_history .section_history ul li .txt small {
    font-size: 3.73vw;
  }
}

.main_history .section_history ul li .ph {
  width: 700px;
  margin: 30px auto 10px;
}

@media screen and (max-width: 760px) {
  .main_history .section_history ul li .ph {
    width: 100%;
    margin: 5% 0 4%;
  }
}

.main_history .section_history ul li.ph_list {
  padding: 0;
  background: none;
}

.main_history .section_history .btn {
  text-align: center;
}

/**************************************

organization

**************************************/
.main_organization .section_organization {
  width: 916px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_organization .section_organization {
    width: 90%;
    margin: 0 5%;
  }
}

.main_organization .section_organization .ph {
  margin-bottom: 40px;
}

@media screen and (max-width: 760px) {
  .main_organization .section_organization .ph {
    margin-bottom: 10%;
  }
}

.main_organization .section_organization .btn {
  text-align: center;
}

/**************************************

greeting

**************************************/
.main_greeting .pan {
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_greeting .article_h2 {
    margin-bottom: 0%;
  }
}

.main_greeting .unit01 {
  width: 100%;
  height: 633px;
  background: url(../company/img/greeting/img01.png) no-repeat center center;
  background-size: auto 100%;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit01 {
    width: 100%;
    height: auto;
    padding-top: 19vw;
    padding-bottom: 97vw;
    background: url(../company/img/greeting/img01_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}

.main_greeting .unit01 .box_wrapper {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit01 .box_wrapper {
    width: 100%;
  }
}

.main_greeting .unit01 .txt_box {
  position: relative;
  width: 590px;
  height: 100%;
  margin-right: 80px;
  float: right;
  background: url(../company/img/greeting/img03.png) no-repeat center center;
  background-size: 488px auto;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit01 .txt_box {
    width: 100%;
    float: none;
    background: none;
  }
}

.main_greeting .unit01 .inner {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit01 .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
  }
}

.main_greeting .unit01 h3 {
  position: relative;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.6;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit01 h3 {
    font-size: 6.8vw;
  }
}

.main_greeting .unit02 {
  width: 100%;
  margin-bottom: 73px;
  padding: 50px 0;
  background: #fff;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit02 {
    margin-bottom: 10%;
    padding: 10% 5%;
  }
}

.main_greeting .unit02 .txt {
  width: 1120px;
  margin: 0 auto 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit02 .txt {
    width: 100%;
    margin: 0 0 4%;
    font-size: 3.73vw;
    line-height: 1.8;
  }
}

.main_greeting .unit02 .name {
  width: 1120px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit02 .name {
    width: 100%;
    font-size: 7vw;
  }
}

.main_greeting .unit02 .name small {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit02 .name small {
    margin-bottom: 3%;
    font-size: 4.27vw;
  }
}

.main_greeting .unit02 .name img {
  width: 175px;
  height: auto;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit02 .name img {
    width: 45vw;
  }
}

.main_greeting .unit03 .box_wrapper {
  width: 1120px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .box_wrapper {
    width: 90%;
    margin: 0 5% 10%;
  }
}

.main_greeting .unit03 .txt_box {
  width: 557px;
  float: left;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .txt_box {
    width: 100%;
    float: none;
  }
}

.main_greeting .unit03 .txt_box h3 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 46px;
  line-height: 1.6;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .txt_box h3 {
    margin-bottom: 5%;
    font-size: 8vw;
  }
}

.main_greeting .unit03 .txt_box .txt {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .txt_box .txt {
    margin-bottom: 8%;
    font-size: 3.73vw;
    line-height: 1.8;
  }
}

.main_greeting .unit03 .bnr {
  width: 360px;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .bnr {
    width: 80%;
    margin: 0 auto;
  }
}

.main_greeting .unit03 .ph_box {
  width: 507px;
  float: right;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .ph_box {
    width: 100%;
    float: none;
  }
}

.main_greeting .unit03 .ph_box .ph {
  position: relative;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .ph_box .ph {
    margin-bottom: 10%;
  }
}

.main_greeting .unit03 .ph_box .ph .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background: rgba(125, 70, 153, 0.9);
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .ph_box .ph .name {
    padding: 4% 0;
    font-size: 6.8vw;
  }
}

.main_greeting .unit03 .ph_box .ph .name small {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .ph_box .ph .name small {
    margin-bottom: 3%;
    font-size: 4.27vw;
  }
}

.main_greeting .unit03 .ph_box .ph .name img {
  width: 177px;
  height: auto;
}

@media screen and (max-width: 760px) {
  .main_greeting .unit03 .ph_box .ph .name img {
    width: 43vw;
  }
}

.main_greeting .unit03 .btn {
  text-align: center;
}

/**************************************

onetrick

**************************************/
.main_onetrick {
  margin-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 760px) {
  .main_onetrick {
    margin-top: 0;
  }
}

.main_onetrick .head_unit {
  position: relative;
  height: 370px;
  padding-top: 150px;
  background: url(../vision/img/onetrick/main.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_onetrick .head_unit {
    height: 50vw;
    padding-top: 18%;
    background: url(../vision/img/onetrick/main_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.main_onetrick .head_unit::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  content: '';
}

.main_onetrick .article_h2 {
  margin-top: 0;
}

.main_onetrick .unit01 {
  width: 980px;
  margin: 0 auto 80px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit01 {
    width: 90%;
    margin: 0 5% 10%;
  }
}

.main_onetrick .unit01 h3 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit01 h3 {
    position: relative;
    margin-bottom: 6%;
    font-size: 6.8vw;
    line-height: 1.3;
    text-align: center;
  }
}

.main_onetrick .unit01 .txt {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit01 .txt {
    margin-bottom: 8%;
    font-size: 3.73vw;
    line-height: 1.8;
    text-align: left;
  }
}

.main_onetrick .unit02 {
  margin: 0 0 65px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit02 {
    width: 90%;
    margin: 0 5% 10%;
  }
}

.main_onetrick .unit02 h3 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit02 h3 {
    position: relative;
    margin-bottom: 6%;
    font-size: 6.8vw;
    line-height: 1.3;
    text-align: center;
  }
}

.main_onetrick .unit03 {
  margin-bottom: 45px;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit03 {
    margin-bottom: 10%;
  }
}

.main_onetrick .unit04 {
  width: 100%;
  height: 850px;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit04 {
    width: 100%;
    height: auto;
  }
}

.main_onetrick .unit04 .box_wrapper {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
  background: url(../vision/img/onetrick/img03.png) no-repeat right center;
  background-size: auto 100%;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit04 .box_wrapper {
    width: 90%;
    margin: 0 5%;
    padding-top: 84vw;
    background: url(../vision/img/onetrick/img03_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}

.main_onetrick .unit04 .txt_box {
  position: relative;
  width: 67%;
  height: 100%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit04 .txt_box {
    width: 100%;
    float: none;
  }
}

.main_onetrick .unit04 .inner {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit04 .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
  }
}

.main_onetrick .unit04 h3 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.5;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit04 h3 {
    margin-bottom: 5%;
    font-size: 8vw;
    line-height: 1.3;
  }
}

.main_onetrick .unit04 .txt {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_onetrick .unit04 .txt {
    margin-bottom: 13%;
    font-size: 3.47vw;
  }
}

/**************************************

number

**************************************/
.main_number {
  margin-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 760px) {
  .main_number {
    margin-top: 0;
  }
}

.main_number .head_unit {
  position: relative;
  height: 370px;
  padding-top: 150px;
  background: url(../vision/img/number/main.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_number .head_unit {
    height: 50vw;
    padding-top: 18%;
    background: url(../vision/img/number/main_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.main_number .head_unit::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  content: '';
}

.main_number .head_unit .tit {
  z-index: 101;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 41px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_number .head_unit .tit {
    font-size: 6.8vw;
  }
}

.main_number .head_unit .tit em {
  display: block;
  margin-top: 10px;
  font-size: 61px;
}

@media screen and (max-width: 760px) {
  .main_number .head_unit .tit em {
    margin-top: 2%;
    font-style: normal;
    font-size: 11vw;
  }
}

.main_number .article_h2 {
  margin-top: 0;
}

.main_number .unit01 {
  width: 980px;
  margin: 0 auto 100px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_number .unit01 {
    width: 90%;
    margin: 0 5% 13%;
  }
}

.main_number .unit01 h3 {
  position: relative;
  margin-bottom: 67px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_number .unit01 h3 {
    position: relative;
    margin-bottom: 12%;
    font-size: 6.8vw;
    line-height: 1.3;
    text-align: center;
  }
}

.main_number .unit01 h3::after {
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  width: 110px;
  height: 2px;
  margin: auto;
  background: #7d4697;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_number .unit01 h3::after {
    bottom: -5.5vw;
    width: 65px;
  }
}

.main_number .unit01 .txt {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 760px) {
  .main_number .unit01 .txt {
    margin-bottom: 5%;
    font-size: 3.73vw;
    text-align: left;
  }
}

.main_number .unit02 {
  width: 1032px;
  margin: 0 auto 155px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_number .unit02 {
    width: 90%;
    margin: 0 5% 13%;
  }
}

.main_number .unit02 h3 {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_number .unit02 h3 {
    position: relative;
    margin-bottom: 2%;
    font-size: 6.8vw;
    line-height: 1.3;
    text-align: center;
  }
}

.main_number .unit03 {
  width: 100%;
  height: 435px;
  background: #023B8A url(../vision/img/number/img03.jpg) no-repeat left center;
  background-size: auto 100%;
}

@media screen and (max-width: 760px) {
  .main_number .unit03 {
    width: 100%;
    height: auto;
    padding-top: 77vw;
    padding-bottom: 11vw;
    background: #023B8A url(../vision/img/number/img03_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}

.main_number .unit03 .box_wrapper {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_number .unit03 .box_wrapper {
    width: 90%;
    margin: 0 5%;
  }
}

.main_number .unit03 .txt_box {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
}

@media screen and (max-width: 760px) {
  .main_number .unit03 .txt_box {
    width: 100%;
    float: none;
  }
}

.main_number .unit03 .inner {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_number .unit03 .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    text-align: center;
  }
}

.main_number .unit03 h3 {
  position: relative;
  margin-bottom: 67px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_number .unit03 h3 {
    margin-bottom: 12%;
    font-size: 8vw;
    line-height: 1.3;
  }
}

.main_number .unit03 h3::after {
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  width: 110px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_number .unit03 h3::after {
    bottom: -5.5vw;
    width: 100px;
  }
}

.main_number .unit03 .txt {
  width: 470px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_number .unit03 .txt {
    width: 100%;
    font-size: 3.73vw;
    line-height: 1.8;
  }
}

.main_number .unit04 {
  width: 100%;
  height: 435px;
  background: #38561C url(../vision/img/number/img04.jpg) no-repeat right center;
  background-size: auto 100%;
}

@media screen and (max-width: 760px) {
  .main_number .unit04 {
    width: 100%;
    height: auto;
    padding-top: 77vw;
    padding-bottom: 11vw;
    background: #38561C url(../vision/img/number/img04_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}

.main_number .unit04 .box_wrapper {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_number .unit04 .box_wrapper {
    width: 90%;
    margin: 0 5%;
  }
}

.main_number .unit04 .txt_box {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_number .unit04 .txt_box {
    width: 100%;
    float: none;
  }
}

.main_number .unit04 .inner {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_number .unit04 .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
  }
}

.main_number .unit04 h3 {
  position: relative;
  margin-bottom: 67px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_number .unit04 h3 {
    margin-bottom: 12%;
    font-size: 8vw;
    line-height: 1.3;
  }
}

.main_number .unit04 h3::after {
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  width: 110px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_number .unit04 h3::after {
    bottom: -5.5vw;
    width: 100px;
  }
}

.main_number .unit04 .txt {
  width: 470px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_number .unit04 .txt {
    width: 100%;
    font-size: 3.73vw;
    line-height: 1.8;
  }
}

.main_number .unit05 {
  width: 100%;
  height: 587px;
  background: url(../vision/img/number/img05.png) no-repeat center center;
  background-size: auto 100%;
}

@media screen and (max-width: 760px) {
  .main_number .unit05 {
    width: 100%;
    height: auto;
    padding-top: 11vw;
    padding-bottom: 88vw;
    background: url(../vision/img/number/img05_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}

.main_number .unit05 .box_wrapper {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_number .unit05 .box_wrapper {
    width: 90%;
    margin: 0 5%;
  }
}

.main_number .unit05 .txt_box {
  position: relative;
  width: 60%;
  height: 100%;
  float: right;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_number .unit05 .txt_box {
    width: 100%;
    float: none;
  }
}

.main_number .unit05 .inner {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

@media screen and (max-width: 760px) {
  .main_number .unit05 .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
  }
}

.main_number .unit05 h3 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_number .unit05 h3 {
    margin-bottom: 5%;
    font-size: 8vw;
    line-height: 1.3;
  }
}

.main_number .unit05 .txt {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_number .unit05 .txt {
    margin-bottom: 5%;
    font-size: 3.73vw;
    line-height: 1.8;
    text-align: left;
  }
}

.main_number .unit05 .name {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_number .unit05 .name {
    font-size: 3.73vw;
    text-align: right;
  }
}

.main_number .unit05 .name img {
  width: 150px;
  height: auto;
  margin-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 760px) {
  .main_number .unit05 .name img {
    width: 35vw;
    margin-left: 4%;
  }
}

/**************************************

strategy

**************************************/
.main_strategy .section_strategy {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy {
    width: 90%;
    margin: 0 5%;
  }
}

.main_strategy .section_strategy .unit {
  margin-bottom: 100px;
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .unit {
    margin-bottom: 13%;
  }
}

.main_strategy .section_strategy .unit:last-child {
  margin-bottom: 0;
}

.main_strategy .section_strategy .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 32px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .box_wrapper {
    width: 100%;
    padding: 4% 4% 6%;
  }
}

.main_strategy .section_strategy .box_wrapper .ph_box {
  width: 430px;
  margin-right: 30px;
  float: left;
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .box_wrapper .ph_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    float: none;
  }
}

.main_strategy .section_strategy .box_wrapper .txt_box {
  position: relative;
  width: 580px;
  float: right;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .box_wrapper .txt_box {
    width: 100%;
    float: none;
  }
}

.main_strategy .section_strategy .box_wrapper .txt_box .inner {
  -webkit-transform: translateY(-50%) translateX(0%);
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%) translateX(0%);
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .box_wrapper .txt_box .inner {
    -webkit-transform: translateY(0%) translateX(0%);
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
  }
}

.main_strategy .section_strategy .box_wrapper .txt_box h3 {
  margin-bottom: 10px;
  color: #7d4697;
  font-weight: 500;
  font-size: 26px;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .box_wrapper .txt_box h3 {
    margin-bottom: 2%;
    font-size: 5.07vw;
    line-height: 1.5;
  }
}

.main_strategy .section_strategy .box_wrapper .txt_box .txt {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .box_wrapper .txt_box .txt {
    font-size: 3.47vw;
  }
}

.main_strategy .section_strategy .box_wrapper.reverse {
  flex-direction: row-reverse;
}

.main_strategy .section_strategy .box_wrapper.reverse .ph_box {
  margin-right: 0;
  margin-left: 30px;
  float: right;
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .box_wrapper.reverse .ph_box {
    width: 100%;
    margin: 0 0 4% 0;
    margin-left: 0;
  }
}

.main_strategy .section_strategy .box_wrapper.reverse .txt_box {
  float: left;
}

.main_strategy .section_strategy .btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_strategy .section_strategy .btn {
    margin-top: 8%;
  }
}

/**************************************

philosophy

**************************************/
.main_philosophy .section_philosophy {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy {
    width: 90%;
    margin: 0 5%;
  }
}

.main_philosophy .section_philosophy .unit {
  margin-bottom: 100px;
}

@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .unit {
    margin-bottom: 13%;
  }
}

.main_philosophy .section_philosophy .unit:last-child {
  margin-bottom: 0;
}

.main_philosophy .section_philosophy .unit .ph {
  width: 800px;
  margin: 0 auto 60px;
  box-shadow: 0px 0px 10px 5px #fff;
}

@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .unit .ph {
    width: 100%;
    margin: 0 0 8%;
  }
}

.main_philosophy .section_philosophy .unit .txt {
  width: 800px;
  margin: 0 auto 40px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  font-family: source-han-serif-japanese, serif;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .unit .txt {
    width: 100%;
    margin: 0 0 8%;
    font-size: 3.73vw;
  }
}

.main_philosophy .section_philosophy .unit .btn {
  text-align: center;
}

/**************************************

overview

**************************************/
.main_overview {
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .main_overview {
    margin-top: 0;
  }
}

.main_overview .head_unit {
  position: relative;
  height: 370px;
  padding-top: 150px;
  background: url(../company/img/overview/main.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_overview .head_unit {
    height: 50vw;
    padding-top: 18%;
  }
}

.main_overview .head_unit::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  content: '';
}

.main_overview .article_h2 {
  margin-top: 0;
}

.main_overview .section_overview {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_overview .section_overview {
    width: 90%;
    margin: 0 5%;
  }
}

.main_overview .section_overview .unit {
  margin-bottom: 100px;
}

@media screen and (max-width: 760px) {
  .main_overview .section_overview .unit {
    margin-bottom: 13%;
  }
}

.main_overview .section_overview .unit:last-child {
  margin-bottom: 0;
}

.main_overview .section_overview .unit .txt {
  margin-bottom: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_overview .section_overview .unit .txt {
    margin-bottom: 8%;
    font-size: 3.47vw;
  }
}

.main_overview .section_overview .unit .btn {
  text-align: center;
}

/**************************************

results

**************************************/
.main_results {
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .main_results {
    margin-top: 0;
  }
}

.main_results .head_unit {
  position: relative;
  height: 370px;
  padding-top: 150px;
  background: url(../introduction/img/results/main.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_results .head_unit {
    height: 50vw;
    padding-top: 18%;
  }
}

.main_results .head_unit::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  content: '';
}

.main_results .article_h2 {
  margin-top: 0;
}

.main_results .section_results {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_results .section_results {
    width: 90%;
    margin: 0 5%;
  }
}

.main_results .section_results .unit {
  margin-bottom: 100px;
}

@media screen and (max-width: 760px) {
  .main_results .section_results .unit {
    margin-bottom: 13%;
  }
}

.main_results .section_results .unit:last-child {
  margin-bottom: 0;
}

.main_results .section_results ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
}

@media screen and (max-width: 760px) {
  .main_results .section_results ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    float: none;
  }
}

.main_results .section_results ul li:last-child {
  margin-right: 0;
}

.main_results .section_results .btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_results .section_results .btn {
    margin-top: 8%;
  }
}

/**************************************

faq

**************************************/
.main_faq {
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .main_faq {
    margin-top: 0;
  }
}

.main_faq .head_unit {
  position: relative;
  height: 370px;
  padding-top: 150px;
  background: url(../introduction/img/faq/main.jpg) no-repeat center -6vw;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .main_faq .head_unit {
    height: 50vw;
    padding-top: 18%;
    background: url(../introduction/img/faq/main.jpg) no-repeat center top;
    background-size: cover;
  }
}

.main_faq .head_unit::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  content: '';
}

.main_faq .article_h2 {
  margin-top: 0;
}

.main_faq .section_faq {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq {
    width: 90%;
    margin: 0 5%;
  }
}

.main_faq .section_faq .unit {
  margin-bottom: 90px;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq .unit {
    margin-bottom: 10%;
  }
}

.main_faq .section_faq .unit:last-child {
  margin-bottom: 0;
}

.main_faq .section_faq dl {
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq dl {
    margin-bottom: 3%;
  }
}

.main_faq .section_faq dl:last-child {
  border-bottom: none;
}

.main_faq .section_faq dt {
  position: relative;
  padding: 10px 20px;
  background: #FFF;
  color: #2e173f;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq dt {
    padding: 3% 12% 3% 3%;
    font-size: 3.73vw;
    line-height: 1.4;
  }
}

.main_faq .section_faq dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transform: rotate(135deg);
  border-top: 2px solid #7d4697;
  border-right: 2px solid #7d4697;
  content: "";
}

.main_faq .section_faq dt::before {
  content: "Q. ";
  color: #7d4697;
  font-weight: 400;
  font-size: 24px;
  font-family: "Crimson Text", serif;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq dt::before {
    font-size: 4.27vw;
  }
}

.main_faq .section_faq dt.active::after {
  top: 50%;
  margin-top: -3px;
  transform: rotate(-45deg);
  border-top: 2px solid #0d0d0d !important;
  border-right: 2px solid #0d0d0d !important;
}

.main_faq .section_faq dd {
  display: none;
  position: relative;
  padding: 10px 20px 40px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq dd {
    padding: 3% 4% 6%;
    font-size: 3.47vw;
  }
}

.main_faq .section_faq dd::before {
  content: "A. ";
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Crimson Text", serif;
}

.main_faq .section_faq dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.main_faq .section_faq dd a {
  color: #0d0d0d;
  text-decoration: underline;
}

.main_faq .section_faq .btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq .btn {
    margin-top: 8%;
  }
}

/**************************************

sitemap

**************************************/
.main_sitemap .section_sitemap {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_sitemap .section_sitemap {
    width: 90%;
    margin: 0 5%;
  }
}

.main_sitemap .section_sitemap ul {
  width: 23.5%;
  margin-right: 2%;
  float: left;
  vertical-align: top;
}

@media screen and (max-width: 760px) {
  .main_sitemap .section_sitemap ul {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    float: none;
  }
}

.main_sitemap .section_sitemap ul:last-child {
  margin-right: 0;
}

.main_sitemap .section_sitemap ul li {
  text-align: left;
}

.main_sitemap .section_sitemap ul li.index {
  margin-bottom: 13px;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.main_sitemap .section_sitemap ul li.index a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}

.main_sitemap .section_sitemap ul li.index a::before {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}

.main_sitemap .section_sitemap ul li.index a span {
  z-index: 101;
  position: relative;
}

.main_sitemap .section_sitemap ul li.index.bg01 {
  background-image: url(../sitemap/img/img01.jpg);
  background-position: center bottom;
}

.main_sitemap .section_sitemap ul li.index.bg02 {
  background-image: url(../sitemap/img/img02.jpg);
  background-position: center center;
}

.main_sitemap .section_sitemap ul li.index.bg03 {
  background-image: url(../sitemap/img/img03.jpg);
  background-position: center center;
}

.main_sitemap .section_sitemap ul li.sub {
  margin-bottom: 6px;
  padding-left: 5px;
}

.main_sitemap .section_sitemap ul li.sub a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  text-align: left;
}

.main_sitemap .section_sitemap ul li.sub a::before {
  margin-left: 5px;
  content: "- ";
}

/**************************************

policy

**************************************/
.main_policy .section_policy {
  width: 1120px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy {
    width: 90%;
    margin: 0 5%;
  }
}

.main_policy .section_policy .txt {
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .txt {
    margin-bottom: 10px;
    font-size: 3.47vw;
  }
}

.main_policy .section_policy .name {
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .name {
    font-size: 3.47vw;
  }
}

.main_policy .section_policy .unit {
  margin-top: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .unit {
    margin-top: 9%;
  }
}

.main_policy .section_policy .unit:first-child {
  margin-top: 0;
}

.main_policy .section_policy .unit h3 {
  margin-bottom: 15px;
  padding: 9px 0 9px 16px;
  background: #eee;
  color: #7d4697;
  font-size: 18px;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .unit h3 {
    font-size: 4vw;
  }
}

.main_policy .section_policy .unit .txt_box {
  margin-top: 20px;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .unit .txt_box {
    margin-top: 5%;
  }
}

.main_policy .section_policy .cookie {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .cookie {
    margin-top: -10%;
    padding-top: 10%;
  }
}

.main_policy .section_policy .cookie .title {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .cookie .title {
    font-size: 4vw;
  }
}

.main_policy .section_policy .cookie .txt a {
  text-decoration: underline;
}

/**************************************

404

**************************************/
.not {
  width: 440px;
  margin: 60px auto 90px;
}

.not .tit {
  margin: 0 0 10px;
}

.not .txt {
  margin: 0 0 10px;
}

.not ul li {
  margin: 0 4px 0 0;
  float: left;
}

@media screen and (max-width: 760px) {
  .not {
    width: 100%;
    margin: 5% auto 10%;
  }
}
/*# sourceMappingURL=skin.css.map */
