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

index

**************************************/
main.index .unit {
  display: flex;
  width: 1120px;
  margin: 0 auto 80px;
  padding: 35px;
  border: 1px solid #E8E8E8;
  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: 700;
  font-size: 32px;
  line-height: 1.3;
  font-family: "ryo-gothic-plusn", sans-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: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
}

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

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 6% 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: 28%;
  }
}


main.index02 ul.index_list {
  display: flex;
  max-width: 1135px;
  margin: 0 auto 140px;
  gap: 35px;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  main.index02 ul.index_list {
    gap: 24px;
    flex-wrap: wrap;
    margin: 0 5vw 41vw;
  }
}


main.index02 ul.index_list li {
  width: calc(50% - 17.5px);
}

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



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

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: 700;
  font-size: 24px;
  line-height: 1;
  font-family: "hanken-grotesk", sans-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: 700;
  font-size: 13px;
  font-family: "hanken-grotesk", sans-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: "hanken-grotesk", sans-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: "hanken-grotesk", sans-serif;
}

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

.section_lead .txt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
  font-family: "hanken-grotesk", sans-serif;
}

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

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

application

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

@media screen and (max-width: 760px) {
  .main_application {
    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;
  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: 77px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  font-family: "ryo-gothic-plusn", sans-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: #274574;
  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%;
    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;
  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: #274574;
  font-weight: 500;
  color: #fff;
  font-size: 33px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-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: "ryo-gothic-plusn", sans-serif;
}

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

.main_application .section_application .unit03 {
  margin-bottom: 140px;
  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: 700;
  font-size: 33px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-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%;
  margin-left: -34px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 21px solid #A4B2C7;
  border-bottom: 0;
}

@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;
  background: #F4F4F4;
}

@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: #335180;
  font-weight: 400;
  font-size: 33px;
  line-height: 1;
  font-family: "hanken-grotesk", sans-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;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-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 {
  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 {
    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 h3 {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 0;
  background: #274574;
  font-weight: 500;
  font-size: 33px;
  line-height: 1;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-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%;
  }
}

.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 {
  width: 430px;
  line-height: 69px;
  border-radius: 10px;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
}
@media screen and (max-width: 760px) {
  .main_application .section_application .unit04 .btn.link a {
    width: 90%;
    line-height: 1.5;
    padding: 11px;
  }
}
.main_application .section_application .unit04 .btn.link a span{
  color: #111;
}
.main_application .section_application .unit04 .btn.link a::before {
  background: #F0F0F0;
}
.main_application .section_application .unit04 .btn.link a::after {
  background: url(../img/cmn/ico-arrow02.png) 0 0 / cover;
}

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

business

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

@media screen and (max-width: 760px) {
  .main_business {
    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;
}

.main_business .container .big_picture {
  max-width: 1136px;
  margin: 0 auto;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: #707070 1px solid;
}
@media screen and (max-width: 760px) {
  .main_business .container .big_picture {
    width: 90vw;
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 760px) {
  .main_business .container .big_picture_img{
  overflow-x: scroll;
}
}

@media screen and (max-width: 760px) {
  .main_business .container .big_picture img{
  overflow-x: scroll;
    width: 1136px;

  }
}

.main_business .container .big_picture .tit{
  font-size: 18px;
  text-align: center;
  background-color: #F0F0F0;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 34px;
}


@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 .fade-in-up_anc {
  margin-bottom: 70px;
  margin-top: -12rem;
  padding-top: 12rem;
}
@media screen and (max-width: 760px) {
  .main_business .section_business ul .fade-in-up_anc {
    margin-bottom: 13%;
    margin-top: -25vw;
    padding-top: 25vw;
  }
}

.main_business .section_business ul .fade-in-up {
  z-index: 101;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  padding: 30px 0;
  background: #F4F4F4;
  text-align: center;
}

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

.main_business .section_business ul .fade-in-up:last-child {
  margin-bottom: 0;
}

.main_business .section_business ul .fade-in-up .number {
  position: relative;
  margin-top: -73px;
  color: #274574;
  font-weight: 700;
  font-size: 85px;
  line-height: 1;
  font-family: "hanken-grotesk", sans-serif;
}

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

.main_business .section_business ul .fade-in-up .tit {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  font-family: "ryo-gothic-plusn", sans-serif;
}

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

.main_business .section_business ul .fade-in-up .tit small {
  font-size: 16px;
}

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

.main_business .section_business ul .fade-in-up .txt01 {
  margin-top: 2rem;
}
@media screen and (max-width: 760px) {
  .main_business .section_business ul .fade-in-up .txt01 {
    text-align: left;
  }
}
.main_business .section_business ul .fade-in-up .txt01 span {
  font-weight: 500;
}

.main_business .section_business ul .fade-in-up ul {
      margin-bottom: 0;
    margin-top: 1rem;
    text-align: left;
    width: fit-content;
    margin: 1rem auto 0;
}

.main_business .section_business ul .fade-in-up .txt {
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul .fade-in-up .txt {
    margin-top: 5%;
    line-height: 1.8;
  }
}

@media screen and (max-width: 760px) {
  .main_business .section_business ul .fade-in-up .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;
  background: #F0F0F0;
  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: #335180;
  font-weight: 500;
  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 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.5;
  font-family: "ryo-gothic-plusn", sans-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: 28%;
  }
}

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

@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;
    background-color: #274574;
  }
}

.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%);
}

@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: 700;
  font-size: 32px;
  line-height: 1.6;
  font-family: "ryo-gothic-plusn", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

@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%;
    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;
  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: 700;
  font-size: 39px;
  line-height: 1.5;
  font-family: "ryo-gothic-plusn", sans-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%;
    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(39, 69, 116, 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 .unit01 {
  width: 980px;
  margin: 0 auto 80px;
  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: 700;
  font-size: 32px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-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%;
    line-height: 1.8;
    text-align: left;
  }
}

.main_onetrick .unit02 {
  text-align: center;
}

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

.main_onetrick .unit02 h3 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-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%);
}

@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: 700;
  font-size: 32px;
  line-height: 1.5;
  font-family: "ryo-gothic-plusn", sans-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: 15px;
  line-height: 1.8;
  text-align: left;
}

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

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

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: "ryo-gothic-plusn", sans-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 .unit01 {
  width: 980px;
  margin: 0 auto 100px;
  text-align: center;
}



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

.main_number .unit01 .unit01-img {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
@media screen and (max-width: 760px) {
  .main_number .unit01 .unit01-img {

    gap: 8px;
  }
}
.main_number .unit01 .unit01-img img{
    width: calc((100% - 36px) / 3);
}
@media screen and (max-width: 760px) {
  .main_number .unit01 .unit01-img img{

    width: calc((100% - 8px) / 2);
  }
}

@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: #274574;
  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%;
    text-align: left;
  }
}

.main_number .unit02 {
  width: 1032px;
  margin: 0 auto 155px;
  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: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_number .unit02 h3 {
    position: relative;
    margin-bottom: 5%;
    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: 700;
  font-size: 32px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-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%;
    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: 700;
  font-size: 32px;
  line-height: 1.3;
  font-family: "ryo-gothic-plusn", sans-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%;
    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%);
}

@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: 700;
  font-size: 32px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-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%;
    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 {
  filter: invert(1);
  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: 70px;
}

@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: #F4F4F4;
}

@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: #274574;
  font-weight: 700;
  font-size: 26px;
  font-family: "ryo-gothic-plusn", sans-serif;
}

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

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


.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 main {
  padding-bottom: 145px;
}
@media screen and (max-width: 760px) {
  .main_philosophy main {
  }
}
.main_philosophy .section_philosophy {
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy {
    margin-top: 28vw;
  }
}

.l-philosophy__intro {
  background: #274574;
}
@media (min-width: 768px) {
  .l-philosophy__intro {
    margin-bottom: 105px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__intro {
    margin-bottom: 21.2820512821dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy__intro .l-philosophy__container {
    padding-top: 92px;
    padding-bottom: 145px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__intro .l-philosophy__container {
    padding-top: 16.9230769231dvw;
    padding-bottom: 25.3846153846dvw;
  }
}
.l-philosophy .l-intro__head {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__head {
    margin-top: 2.5641025641dvw;
  }
}
.l-philosophy .l-intro__head__slide
 {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__head__slide
   {
    top: 35px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__head__slide
   {
    top: 12.8205128205dvw;
  }
}
.l-philosophy .l-intro__head__slide
 .scroll-track {
  display: flex;
  animation: scroll-left 28s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-philosophy .l-intro__head__slide
 img {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__head__slide
   img {
    height: 138px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__head__slide
   img {
    height: 23.8461538462dvw;
    margin-right: 3.5897435897dvw;
  }
}
.l-philosophy .l-intro__head figure {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__head figure {
    width: 122px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__head figure {
    width: 29.2307692308dvw;
  }
}
.l-philosophy .l-intro__content {
  margin: 0 auto;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__content {
    margin-top: 88px;
    padding-bottom: 0;
    max-width: 1222px;
    padding: 0 30px;
    display: flex;
    gap: 63px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__content {
    padding: 16.9230769231dvw 7.9487179487dvw 0;
  }
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__content figure {
    width: 416px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__inner {
    width: calc(100% - 416px - 63px);
    margin-top: -8px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__inner {
    margin-top: 10dvw;
    margin-right: -0.2564102564dvw;
  }
}
.l-philosophy .l-intro__title {
  font-weight: 700;
  line-height: 1.7272727273;
  text-align: left;
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__title {
    font-size: 5.1282051282dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-philosophy .l-intro__text p {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.1333333333;
  text-align: left;
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__text p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__text p {
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy .l-intro__text p + p {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .l-philosophy .l-intro__text p + p {
    margin-top: 8.2051282051dvw;
  }
}

.l-philosophy .l-intro__text .l-intro__text-title {
  font-weight: 700;
  line-height: 1.7272727273;
  text-align: left;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-philosophy .l-intro__text .l-intro__text-title {
            font-size: 5vw;
        margin-bottom: 3.8vw;
  }
}

.main_philosophy .section_philosophy .mvv {
  max-width: 1135px;
  text-align: center;
  margin: 109px auto 0;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv {
    width: 90vw;
    text-align: left;
    margin: 24.08vw auto 0;
  }
}

.main_philosophy .section_philosophy .mvv h2 {
  font-size: 63px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  line-height: 0.7;
  margin-bottom: 66px;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv h2 {
    text-align: center;
    font-size: 6.3rem;
    line-height: 0.9;
    margin-bottom: 9.74vw;
  }
}

.main_philosophy .section_philosophy .mvv .sub {
  font-size: 18px;
  margin: 28px auto 59px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .sub {
    text-align: center;
    margin: 4vw auto 8.5vw;
  }
}

.main_philosophy .section_philosophy .mvv .p-item {
  border: 1px solid #707070;
  margin-bottom: 70px;
  padding: 69px 110px 82px;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item {
    margin-bottom: 10.77vw;
    padding: 8.8vw 6vw 11vw;
  }
}
.main_philosophy .section_philosophy .mvv .p-item:last-child {
  margin-bottom: 0;
}


.main_philosophy .section_philosophy .mvv .p-item .p-item__title {
  color: #274574;
  font-size: 84px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__title {
    font-size: 13.85vw;
    text-align: center;
  }
}


.main_philosophy .section_philosophy .mvv .p-item .p-item__subtitle {
  font-size: 16px;
  margin-top: 9px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__subtitle {
    text-align: center;
    margin-top: 4vw;
  }
}

.main_philosophy .section_philosophy .mvv .p-item .p-item__catch {
  font-size: 18px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 14.5px 0;
  margin: 48px 0 45px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__catch {
    text-align: center;
    margin: 8.9vw 0 6vw;
  }
}

.main_philosophy .section_philosophy .mvv .p-item .p-item__img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__img {
    margin-bottom: 8.3vw;
  }
}
.main_philosophy .section_philosophy .mvv .p-item .p-item__img img {
  width: 32.5%;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__img img {
    width: 100%;
  }
  .main_philosophy .section_philosophy .mvv .p-item .p-item__img img:nth-last-child(1),
  .main_philosophy .section_philosophy .mvv .p-item .p-item__img img:nth-last-child(3) {
    display: none;
  }
}

.main_philosophy .section_philosophy .mvv .p-item .p-item__img__vision {
  margin-bottom: 37px;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__img__vision {
    margin-bottom: 8.1vw;
    margin-top: 10vw;
    width: 78.5vw;
  }
}

.main_philosophy .section_philosophy .mvv .p-item .p-item__text01 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 27px;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__text01 {
    font-size: 5.64vw;
    line-height: 1.7;
    margin-bottom: 4.3vw;
  }
}
.main_philosophy .section_philosophy .mvv .value .p-item__text:nth-child(6),
.main_philosophy .section_philosophy .mvv .value .p-item__text:nth-child(7) {
  margin-top: 55px;
  padding-top: 43px;
  border-top: #C4C4C4 1px solid;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .value .p-item__text:nth-child(6),
  .main_philosophy .section_philosophy .mvv .value .p-item__text:nth-child(7)  {
    margin-top: 11vw;
    padding-top: 9vw;
  }
}
.main_philosophy .section_philosophy .mvv .value .p-item__text01 {
  margin-bottom: 15px;
  background-color: #274574;
  color: #fff;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.6rem 2rem;
  font-size: 22px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .value .p-item__text01 {
    font-size: 5.53vw;
  }
}
.main_philosophy .section_philosophy .mvv .value .p-item__text02 {
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .value .p-item__text02 {
    line-height: 2.15;
  }
}

.main_philosophy .section_philosophy .mvv .p-item .p-item__text02 {
  line-height: 2.15;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__text02 {
    text-align: left;
  }
}

.main_philosophy .section_philosophy .mvv .p-item .p-item__text03 {
  font-size: 12px;
  margin-top: 15px;
}

.main_philosophy .section_philosophy .mvv .p-item .p-item__text04 {
  background-color: #DEE4EF;
  margin: 64px 0 20px;
  padding: 30px 0px;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv .p-item .p-item__text04 {
    font-size: 5.64vw;
    padding: 6.5vw 7.6vw;
    margin: 15.5vw 0 7vw;
  }
}

.main_philosophy .section_philosophy .mvv .p-item .p-item__text05 {
  text-align: left;
  line-height: 2.15;
}
@media screen and (max-width: 760px) {
  .main_philosophy .section_philosophy .mvv sub .p-item .p-item__text05 {
    font-size: 5.64vw;
  }
}


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

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 .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;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

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

.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 .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 .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 10px 48px;
  background: #F4F4F4;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq dt {
    padding: 3% 12% 3% 13%;
    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 #274574;
  border-right: 2px solid #274574;
  content: "";
}

.main_faq .section_faq dt::before {
  content: "Q. ";
  color: #274574;
  font-weight: 700;
  font-size: 24px;
  top: 1px;
  position: relative;
  font-family: "hanken-grotesk", sans-serif;
  position: absolute;
  left: 15px;
}
@media screen and (max-width: 760px) {
  .main_faq .section_faq dt::before {
    top: 4px;
    left: 3%;
  }
}


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

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

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

.main_faq .section_faq dd::before {
  content: "A. ";
  font-weight: 700;
  font-size: 16px;
  font-family: "hanken-grotesk", sans-serif;
  position: absolute;
  left: 21px;
}
@media screen and (max-width: 760px) {
  .main_faq .section_faq dd::before {
    left: 5%;
  }
}

.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 {
  font-weight: 400;
  font-size: 15px;
  font-family: "ryo-gothic-plusn", 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;
  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: 15px;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .txt {
    margin-bottom: 20px;
  }
}

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

.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: #274574;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .main_policy .section_policy .unit h3 {
    font-size: 5vw;
    padding: 5vw 4vw 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 */
