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

cmn

**************************************/
main.index .unit {
  display: flex;
  width: 1120px;
  margin: 0 auto 80px;
  padding: 35px;
  border: 1px solid #274574;
  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;
  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;
  font-family: "ryo-gothic-plusn", sans-serif;
  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;
}

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

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

.section_lead .tit {
  /* color: #fff; */
  color: #274574;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  font-family: "alternate-gothic-no-2-d", 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: "alternate-gothic-no-2-d", sans-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: "alternate-gothic-no-2-d", sans-serif;
}

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

.anc_list {
  text-align: center;
}

.anc_list ul {
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .anc_list ul {
    width: 100%;
  }
}

.anc_list ul li {
  width: 400px;
  height: 60px;
  margin: 0 20px;
  float: left;
}

@media screen and (max-width: 760px) {
  .anc_list ul li {
    width: 90%;
    height: auto;
    margin: 0 auto 4%;
    float: none;
  }
}

.anc_list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: #274574;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .anc_list ul li a {
    height: auto;
    padding: 6% 0;
    font-size: 4.27vw;
    line-height: 1.3;
  }
}

.anc_list ul li a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(135deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: '';
}

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

faq

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

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

.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;
  border: 1px solid #FFF;
  /* background: #0D0D0D; */
  background: #274574;
  color: #fff;
  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 #fff;
  border-right: 2px solid #fff;
  content: "";
}

.main_faq .section_faq dt::before {
  content: "Q. ";
  font-weight: 400;
  font-size: 24px;
  font-family: "alternate-gothic-no-2-d", sans-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);
}

.main_faq .section_faq dd {
  display: none;
  position: relative;
  padding: 10px 20px 40px 20px;
  /* color: #fff; */
  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%;
    font-size: 3.8vw;
  }
}

.main_faq .section_faq dd::before {
  content: "A. ";
  /* color: #fff; */
  color: #274574;
  font-weight: 400;
  font-size: 16px;
  font-family: "alternate-gothic-no-2-d", sans-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%;
  }
}

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

company

**************************************/
.main_company .section_company {
  width: 1120px;
  margin: 0 auto 100px;
  /* color: #fff; */
}

@media screen and (max-width: 760px) {
  .main_company .section_company {
    width: 90%;
    margin: 0 auto 13%;
  }
}

.main_company .section_company > ul {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul {
    margin-bottom: 13%;
  }
}

.main_company .section_company > ul li {
  float: left;
  font-weight: 500;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul li {
    width: 100%;
    margin-bottom: 13%;
    float: none;
  }
}

.main_company .section_company > ul h3 {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
  background: #274573;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul h3 {
    margin-bottom: 8%;
    padding: 2% 3% 2%;
    font-size: 4.53vw;
    line-height: 1.5;
  }
}

.main_company .section_company > ul .num {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul .num {
    font-size: 3.8vw;
  }
}

.main_company .section_company > ul .num em {
  font-size: 33px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul .num em {
    font-style: normal;
    font-size: 9.87vw;
  }
}

.main_company .section_company > ul.col3 > li {
  width: calc((100% - 32px*2)/3);
  margin-right: 32px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul.col3 > li {
    width: 100%;
    margin-right: 0;
  }
}

.main_company .section_company > ul.col3 > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul.col3 > li:last-child {
    margin-bottom: 0;
  }
}

.main_company .section_company > ul.col2 > li {
  width: calc((100% - 32px)/2);
  margin-right: 32px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul.col2 > li {
    width: 100%;
    margin: 0 0 13%;
  }
}

.main_company .section_company > ul.col2 > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul.col2 > li:last-child {
    margin-bottom: 0;
  }
}

.main_company .section_company > ul.col1 > li {
  width: 100%;
  margin: 0;
}

.main_company .section_company > ul ul.ranking {
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul ul.ranking {
    width: 90%;
    margin: 0 5%;
  }
}

.main_company .section_company > ul ul.ranking li {
  margin-bottom: 20px;
  clear: both;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul ul.ranking li {
    margin-bottom: 4%;
    font-size: 4.8vw;
    line-height: 1.3;
  }
}

.main_company .section_company > ul ul.ranking li small {
  margin-right: 10px;
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul ul.ranking li small {
    margin-right: 2%;
    font-size: 4vw;
  }
}

.main_company .section_company > ul ul.ranking li:first-child {
  font-size: 30px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul ul.ranking li:first-child {
    font-size: 6.8vw;
  }
}

.main_company .section_company > ul ul.ranking li.txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul ul.ranking li.txt {
    font-size: 3.8vw;
  }
}

.main_company .section_company > ul ul.ranking li.txt span {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_company .section_company > ul ul.ranking li.txt span {
    margin-bottom: 2%;
    font-size: 4.27vw;
  }
}

.main_company .section_company .btn {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_company .section_company .btn {
    margin: 0 5% 5vw;
  }
}

.main_company .section_company .bnr_manga {
  margin: 0 auto 30px;
  width: 459px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company .bnr_manga {
    margin: 0 5% 5vw;
    width: 90%;
  }
}

.main_company .section_company .btn a::before {
  background: #274574;
}

@media screen and (max-width: 760px) {
  .main_company .section_company .btn.president {
    margin: 0;
  }
}

@media screen and (max-width: 760px) {
  .main_company .section_company .btn.president a {
    padding: 2% 20%;
    width: 90%;
    margin-bottom: 5%;
  }
}

.main_company .section_company .btn.president a::before {
  background: #88a0c5;
}

.main_company .section_company .btn.president span {
  display: block;
  line-height: 60px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company .btn.president span {
    line-height: 1.3;
  }
}

.main_company .section_company .btn.president picture {
  display: block;
  width: 100px;
  margin-right: 15px;
  float: left;
  margin-top: 8px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company .btn.president picture {
    display: block;
    width: 100px;
    margin: 3% auto 4%;
    float: none;
  }
}

.main_company .section_company .bnr_manga {
  margin: 0 auto 30px;
  width: 459px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company .bnr_manga {
    margin: 0 5% 5vw;
    width: 90%;
  }
}

.main_company .section_company li.num01 .ph {
  width: 200px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num01 .ph {
    width: 50%;
    margin: 0 auto 5%;
  }
}

.main_company .section_company li.num01 .num {
  font-size: 33px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num01 .num {
    font-size: 6.8vw;
  }
}

.main_company .section_company li.num01 .num em {
  font-size: 46px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num01 .num em {
    font-size: 9.87vw;
  }
}

.main_company .section_company li.num03 {
  position: relative;
}

.main_company .section_company li.num03 h3 {
  margin-bottom: 70px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num03 h3 {
    margin-bottom: 24%;
  }
}

.main_company .section_company li.num03 .num {
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num03 .num {
    font-size: 6.93vw;
  }
}

.main_company .section_company li.num03 .num span {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num03 .num span {
    font-size: 4.27vw;
  }
}

.main_company .section_company li.num03 .txt_01 {
  position: absolute;
  top: 108px;
  right: 24px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num03 .txt_01 {
    top: 40%;
    right: 4%;
  }
}

.main_company .section_company li.num03 .txt_02 {
  position: absolute;
  bottom: 10px;
  left: 40px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num03 .txt_02 {
    bottom: 4%;
    left: 8%;
  }
}

.main_company .section_company li.num03 .txt_03 {
  position: absolute;
  top: 86px;
  left: 45px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num03 .txt_03 {
    top: 34%;
    left: 7%;
  }
}

.main_company .section_company li.num03 .txt_04 {
  position: absolute;
  top: 52px;
  left: 144px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num03 .txt_04 {
    top: 22%;
    left: 41%;
  }
}

.main_company .section_company li.num04 {
  position: relative;
}

.main_company .section_company li.num04 h3 {
  margin-bottom: 70px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num04 h3 {
    margin-bottom: 8%;
  }
}

.main_company .section_company li.num04 .num {
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num04 .num {
    font-size: 6.93vw;
  }
}

.main_company .section_company li.num04 .num span {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num04 .num span {
    font-size: 4.27vw;
  }
}

.main_company .section_company li.num04 .txt_01 {
  position: absolute;
  top: 128px;
  right: 2px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num04 .txt_01 {
    top: 27%;
    right: 0%;
  }
}

.main_company .section_company li.num04 .txt_02 {
  position: absolute;
  top: 128px;
  left: 24px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num04 .txt_02 {
    top: 27%;
    left: 5%;
  }
}

.main_company .section_company li.num05 .ph {
  width: 200px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num05 .ph {
    width: 50%;
    margin: 0 auto 5%;
  }
}

.main_company .section_company li.num05 .num {
  font-size: 33px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num05 .num {
    font-size: 6.8vw;
  }
}

.main_company .section_company li.num05 .num em {
  font-size: 46px;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num05 .num em {
    font-size: 9.87vw;
  }
}

.main_company .section_company li.num09 .txt {
  font-size: 19px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num09 .txt {
    font-size: 4.27vw;
  }
}

.main_company .section_company li.num10 .ph {
  width: 402px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num10 .ph {
    width: 70%;
  }
}

.main_company .section_company li.num11 .ph {
  width: 429px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_company .section_company li.num11 .ph {
    width: 75%;
  }
}

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

challeng

**************************************/
.main_challeng .section_challeng {
  width: 1120px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng {
    width: 90%;
    margin: 0 auto 13%;
  }
}

.main_challeng .section_challeng .unit {
  margin-bottom: 90px;
  text-align: center;
}

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

.main_challeng .section_challeng .unit:last-child {
  margin-bottom: 0;
}

.main_challeng .section_challeng .unit .count {
  display: inline-block;
  width: 200px;
  margin: 0 auto 60px;
  padding: 15px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng .unit .count {
    margin-bottom: 10%;
    font-size: 4vw;
  }
}

.main_challeng .section_challeng .unit .count em {
  margin: 0 5px;
  font-size: 34px;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng .unit .count em {
    font-style: normal;
    font-size: 8vw;
  }
}

.main_challeng .section_challeng .unit .count .is-complete {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s;
  color: red;
}

.main_challeng .section_challeng .unit .count .jst-seconds {
  display: inline-block;
}

.main_challeng .section_challeng .unit .count .jst-hours, .main_challeng .section_challeng .unit .count .jst-minutes, .main_challeng .section_challeng .unit .count .jst-clearDiv {
  display: none;
}

.main_challeng .section_challeng .unit .txt {
  margin-bottom: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng .unit .txt {
    margin-bottom: 7%;
    font-size: 3.8vw;
    text-align: left;
  }
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng .unit .txt.ta_center {
    text-align: center;
  }
}

.main_challeng .section_challeng .unit .ph {
  width: 600px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng .unit .ph {
    width: 100%;
    margin: 0 0 7%;
  }
}

.main_challeng .section_challeng dl {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng dl {
    width: 100%;
    margin: 0;
  }
}

.main_challeng .section_challeng dl.question dt {
  margin-bottom: 15px;
  background: #1c032f;
}

.main_challeng .section_challeng dl.question dt em {
  display: block;
  font-size: 22px;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng dl.question dt em {
    font-style: normal;
    font-size: 4.8vw;
  }
}

.main_challeng .section_challeng dl.question dd {
  padding: 0;
}

.main_challeng .section_challeng dt {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #fff;
  background: #274574;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-family: "ryo-gothic-plusn", sans-serif;
}

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

.main_challeng .section_challeng dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

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

.main_challeng .section_challeng dd {
  display: none;
  position: relative;
  padding: 10px 20px 40px 20px;
  font-size: 15px;
  line-height: 1.8;
}

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

.main_challeng .section_challeng dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.main_challeng .section_challeng dd a {
  color: #0D0D0D;
  text-decoration: underline;
}

.main_challeng .section_challeng .tbl01 th {
  text-align: center;
}

.main_challeng .section_challeng .tbl01 td.ta_center .answer {
  text-align: center;
}

.main_challeng .section_challeng .tbl01 .answer {
  display: block;
  color: #274574;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
}

.main_challeng .section_challeng .tbl01 .answer em {
  margin-left: 10px;
  font-style: normal;
  font-size: 24px;
}

.main_challeng .section_challeng .example {
  width: 700px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #fff;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng .example {
    width: 100%;
    margin: 0;
    padding: 4%;
  }
}

.main_challeng .section_challeng .example .tit {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_challeng .section_challeng .example .tit {
    margin-bottom: 3%;
    font-size: 4.8vw;
  }
}

.main_challeng .section_challeng .example dl {
  width: 100%;
  margin: 0 auto;
}

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

symposium / crosstalk

**************************************/
.main_crosstalk .article_h2 {
  background: #fff url(../member/img/crosstalk/main.jpg) no-repeat center top !important;
  background-size: auto 660px !important;
}

@media screen and (max-width: 760px) {
  .main_crosstalk .article_h2 {
    background: #fff url(../member/img/crosstalk/main_sp.jpg) no-repeat center top !important;
    background-size: 100% auto !important;
  }
}

.main_crosstalk .article_h2 h2 {
  background: url(../member/img/crosstalk/tit.png) no-repeat right center !important;
  background-size: auto 100% !important;
}

@media screen and (max-width: 760px) {
  .main_crosstalk .article_h2 h2 {
    background: url(../member/img/crosstalk/tit_sp.png) no-repeat center center !important;
    background-size: 100% auto !important;
  }
}

@media screen and (max-width: 760px) {
  .main_crosstalk .ph_large {
    margin-bottom: 0 !important;
  }
}

.main_crosstalk .txt_box ul li.m00 {
  background: url(../member/img/crosstalk/ico_all.png) no-repeat left center !important;
  background-size: 80px auto !important;
}
.main_crosstalk .txt_box ul li.m01 {
  background: url(../member/img/crosstalk/ico01.png) no-repeat left center !important;
  background-size: 80px auto !important;
}

.main_crosstalk .txt_box ul li.m02 {
  background: url(../member/img/crosstalk/ico02.png) no-repeat left center !important;
  background-size: 80px auto !important;
}

.main_crosstalk .txt_box ul li.m03 {
  background: url(../member/img/crosstalk/ico03.png) no-repeat left center !important;
  background-size: 80px auto !important;
}

.main_crosstalk .txt_box ul li.m04 {
  background: url(../member/img/crosstalk/ico04.png) no-repeat left center !important;
  background-size: 80px auto !important;
}

.main_crosstalk .txt_box ul li.m05 {
  background: url(../member/img/crosstalk/ico05.png) no-repeat left center !important;
  background-size: 80px auto !important;
}
.main_crosstalk .txt_box ul li.m06 {
  background: url(../member/img/crosstalk/ico06.png) no-repeat left center !important;
  background-size: 80px auto !important;
}

.main_crosstalk .crosstalk_wrap .unit .txt_box {
  width: 100%;
  float: none;
}
.main_crosstalk .crosstalk_wrap .unit .ph_box {
  width: 100%;
  float: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .main_crosstalk .crosstalk_wrap .unit .ph_box {
    display: block;
    margin-bottom: 5%;
  }
}


.main_crosstalk .crosstalk_wrap .txt_box__list dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .main_crosstalk .crosstalk_wrap .txt_box__list dl {
    align-items: flex-start;
  }
}
.main_crosstalk .crosstalk_wrap .txt_box__list dt {
  width: 80px;
  margin-right: 20px;
}
.main_crosstalk .crosstalk_wrap .txt_box__list dd {
  width: calc(100% - 80px);
  font-size: 15px;
}
@media screen and (max-width: 760px) {
  .main_crosstalk .crosstalk_wrap .txt_box__list dd {
    padding-top: 4%;
  }
}


.main_symposium .article_h2,
.main_crosstalk .article_h2 {
  position: relative;
  height: 744px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  background: #fff url(../member/img/symposium/main.jpg) no-repeat center top;
  background-size: auto 660px;
}

@media screen and (max-width: 760px) {
  .main_symposium .article_h2,
  .main_crosstalk .article_h2 {
    height: 81vw;
    background: #fff url(../member/img/symposium/main_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}

.main_symposium .article_h2 h2,
.main_crosstalk .article_h2 h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 275px;
  overflow: hidden;
  background: url(../member/img/symposium/tit.png) no-repeat right center;
  background-size: auto 100%;
  text-indent: 115%;
  white-space: nowrap;
}

@media screen and (max-width: 760px) {
  .main_symposium .article_h2 h2,
  .main_crosstalk .article_h2 h2 {
    height: 27vw;
    margin-bottom: 0;
    background: url(../member/img/symposium/tit_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}

.main_symposium .prof_unit,
.main_crosstalk .prof_unit {
  padding: 78px 0 72px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_symposium .prof_unit,
  .main_crosstalk .prof_unit {
    padding: 12%;
  }
}

.main_symposium .prof_unit ul,
.main_crosstalk .prof_unit ul {
  display: inline-block;
}
.main_crosstalk .prof_unit ul.prof_unit__name {
  width: 720px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 761px) {
  .main_crosstalk .prof_unit ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 760px) {
  .main_crosstalk .prof_unit ul.prof_unit__name {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .main_symposium .prof_unit ul,
  .main_crosstalk .prof_unit ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.main_symposium .prof_unit ul li,
.main_crosstalk .prof_unit ul li {
  width: 190px;
  margin-right: 75px;
  margin-bottom: 30px;
  float: left;
}

@media screen and (max-width: 760px) {
  .main_symposium .prof_unit ul li,
  .main_crosstalk .prof_unit ul li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 760px) {
  .main_symposium .prof_unit ul li:nth-child(2n),
  .main_crosstalk .prof_unit ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.main_symposium .prof_unit ul li:last-child,
.main_crosstalk .prof_unit ul li:last-child {
  margin-right: 0;
}

.main_symposium .prof_unit ul li .ph,
.main_crosstalk .prof_unit ul li .ph {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .main_symposium .prof_unit ul li .ph,
  .main_crosstalk .prof_unit ul li .ph {
    margin-bottom: 11%;
  }
}

.main_symposium .prof_unit ul li .name,
.main_crosstalk .prof_unit ul li .name {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_symposium .prof_unit ul li .name,
  .main_crosstalk .prof_unit ul li .name {
    margin-bottom: 9%;
    font-size: 4vw;
  }
}

.main_symposium .prof_unit ul li .data,
.main_crosstalk .prof_unit ul li .data {
  font-size: 15px;
  line-height: 1.8;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_symposium .prof_unit ul li .data,
  .main_crosstalk .prof_unit ul li .data {
    font-size: 2.67vw;
    line-height: 1.5;
  }
}

.main_symposium .unit,
.main_crosstalk .unit {
  padding: 100px 0;
  background: #fff;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit,
  .main_crosstalk .unit {
    padding: 10% 5%;
  }
}

.main_symposium .unit .inner,
.main_crosstalk .unit .inner {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit .inner,
  .main_crosstalk .unit .inner {
    width: 100%;
  }
}

.main_symposium .unit .ph_box,
.main_crosstalk .unit .ph_box {
  width: 480px;
  float: left;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit .ph_box,
  .main_crosstalk .unit .ph_box {
    display: none;
  }
}

.main_symposium .unit .txt_box,
.main_crosstalk .unit .txt_box {
  width: 600px;
  float: right;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit .txt_box,
  .main_crosstalk .unit .txt_box {
    width: 100%;
    float: none;
  }
}

.main_symposium .unit .txt_box .catch,
.main_crosstalk .unit .txt_box .catch {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit .txt_box .catch,
  .main_crosstalk .unit .txt_box .catch {
    margin-bottom: 5%;
    font-size: 5.87vw;
  }
}

.main_symposium .unit .txt_box .tit,
.main_crosstalk .unit .txt_box .tit {
  margin-bottom: 20px;
  padding: 13px;
  background: #274574;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit .txt_box .tit,
  .main_crosstalk .unit .txt_box .tit {
    margin-bottom: 5%;
    padding: 4%;
    font-size: 4.53vw;
  }
}

.main_symposium .unit .txt_box ul.mb,
.main_crosstalk .unit .txt_box ul.mb {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit .txt_box ul.mb,
  .main_crosstalk .unit .txt_box ul.mb {
    margin-bottom: 6%;
  }
}

.main_symposium .unit .txt_box ul li{
  min-height: 54px;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-left: 67px;
  font-size: 15px;
  line-height: 1.8;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit .txt_box ul li {
    margin-bottom: 4%;
    padding-top: 14px;
    font-size: 15px;
    line-height: 1.6;
  }
}
.main_crosstalk .unit .txt_box ul li {
  min-height: 100px;
  margin-bottom: 30px;
  padding-top: 14px;
  padding-left: 100px;
  font-size: 15px;
  line-height: 1.8;
  font-family: "ryo-gothic-plusn", sans-serif;
}
@media screen and (max-width: 760px) {
  .main_crosstalk .unit .txt_box ul li {
    margin-bottom: 4%;
    padding-top: 14px;
    font-size: 15px;
    line-height: 1.6;
  }
}


.main_symposium .unit .txt_box ul li.m01,
.main_crosstalk .unit .txt_box ul li.m01 {
  background: url(../member/img/symposium/ico01.png) no-repeat left center;
  background-size: 54px auto;
}

.main_symposium .unit .txt_box ul li.m02,
.main_crosstalk .unit .txt_box ul li.m02 {
  background: url(../member/img/symposium/ico02.png) no-repeat left center;
  background-size: 54px auto;
}

.main_symposium .unit .txt_box ul li.m03,
.main_crosstalk .unit .txt_box ul li.m03 {
  background: url(../member/img/symposium/ico03.png) no-repeat left center;
  background-size: 54px auto;
}

.main_symposium .unit .txt_box ul li.m04,
.main_crosstalk .unit .txt_box ul li.m04 {
  background: url(../member/img/symposium/ico04.png) no-repeat left center;
  background-size: 54px auto;
}

.main_symposium .unit .txt_box ul li.m05,
.main_crosstalk .unit .txt_box ul li.m05 {
  background: url(../member/img/symposium/ico05.png) no-repeat left center;
  background-size: 54px auto;
}

.main_symposium .unit.reverse,
.main_crosstalk .unit.reverse {
  background: none;
}

.main_symposium .unit.reverse .ph_box,
.main_crosstalk .unit.reverse .ph_box {
  float: right;
}

.main_symposium .unit.reverse .txt_box,
.main_crosstalk .unit.reverse .txt_box {
  float: left;
}

@media screen and (max-width: 760px) {
  .main_symposium .unit.reverse .txt_box,
  .main_crosstalk .unit.reverse .txt_box {
    float: none;
  }
}

.main_symposium .ph_large,
.main_crosstalk .ph_large {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .main_symposium .ph_large,
  .main_crosstalk .ph_large {
    margin-bottom: 0%;
  }
}

.main_symposium .end_unit,
.main_crosstalk .end_unit {
  padding: 76px 0;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_symposium .end_unit,
  .main_crosstalk .end_unit {
    padding: 8% 5%;
  }
}

.main_symposium .end_unit .box_wrapper,
.main_crosstalk .end_unit .box_wrapper {
  width: 1120px;
  margin: 0 auto 40px;
  padding: 32px;
  border: 4px solid #FF651F;
}

@media screen and (max-width: 760px) {
  .main_symposium .end_unit .box_wrapper,
  .main_crosstalk .end_unit .box_wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 8%;
    padding: 4% 4% 6%;
    border: 3px solid #FF651F;
  }
}

.main_symposium .end_unit .box_wrapper .ph_box,
.main_crosstalk .end_unit .box_wrapper .ph_box {
  width: 330px;
  float: left;
}

@media screen and (max-width: 760px) {
  .main_symposium .end_unit .box_wrapper .ph_box,
  .main_crosstalk .end_unit .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
}

.main_symposium .end_unit .box_wrapper .txt_box,
.main_crosstalk .end_unit .box_wrapper .txt_box {
  width: 680px;
  float: right;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_symposium .end_unit .box_wrapper .txt_box,
  .main_crosstalk .end_unit .box_wrapper .txt_box {
    width: 100%;
    float: none;
  }
}

.main_symposium .end_unit .box_wrapper .txt_box .tit,
.main_crosstalk .end_unit .box_wrapper .txt_box .tit {
  margin-bottom: 10px;
  color: #FF651F;
  font-weight: 500;
  font-size: 26px;
}

@media screen and (max-width: 760px) {
  .main_symposium .end_unit .box_wrapper .txt_box .tit,
  .main_crosstalk .end_unit .box_wrapper .txt_box .tit {
    margin-bottom: 2%;
    font-size: 5.07vw;
    line-height: 1.5;
  }
}

.main_symposium .end_unit .box_wrapper .txt_box .txt,
.main_crosstalk .end_unit .box_wrapper .txt_box .txt {
  font-size: 15px;
  line-height: 1.8;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_symposium .end_unit .box_wrapper .txt_box .txt,
  .main_crosstalk .end_unit .box_wrapper .txt_box .txt {
    font-size: 3.8vw;
  }
}

.main_crosstalk .crosstalk_wrap .crosstalk_wrap__box.reverse {
  background: #fff;
}
.main_crosstalk .crosstalk_wrap .crosstalk_wrap__title {
  background: #5d1f81;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
}
@media screen and (max-width: 760px) {
  .main_crosstalk .crosstalk_wrap .crosstalk_wrap__title {
    font-size: 5.3vw;
    line-height: 1.4;
  }
}

.main_crosstalk .crosstalk_wrap .crosstalk_wrap__subtitle {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .main_crosstalk .crosstalk_wrap .crosstalk_wrap__subtitle {
    font-size: 3.8vw;
  }
}

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

staff

**************************************/
.main_staff .section_staff .unit {
  margin-bottom: 100px;
  text-align: center;
}

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

.main_staff .section_staff .unit .ph {
  width: 355px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 760px) {
  .main_staff .section_staff .unit .ph {
    width: 65%;
    margin: 0 auto 13%;
  }
}

.main_staff .section_staff .unit ul {
  margin-bottom: 40px;
  /* color: #fff; */
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_staff .section_staff .unit ul {
    margin-bottom: 8%;
    font-size: 5.33vw;
    line-height: 1.5;
  }
}

.main_staff .section_staff .unit ul li {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .main_staff .section_staff .unit ul li {
    margin-bottom: 6%;
  }
}

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

story

**************************************/
.main_story.index .article_h2 {
  margin-bottom: 0;
}

.main_story.index .unit {
  display: inherit;
  position: relative;
  width: 100%;
  height: 730px;
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (max-width: 760px) {
  .main_story.index .unit {
    height: auto;
  }
}

.main_story.index .unit.t01 {
  background: url(../story/img/img_index01.jpg) center/cover;
}

.main_story.index .unit.t02 {
  background: url(../story/img/img_index02.jpg) center/cover;
}

.main_story.index .unit:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.4);
  content: "";
  transition: .3s ease-in-out;
}

.main_story.index .unit:hover:before {
  background: rgba(13, 13, 13, 0.55);
}

.main_story.index .unit a {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

@media screen and (max-width: 760px) {
  .main_story.index .unit a {
    padding: 32vw 0 16vw;
  }
}

.main_story.index .unit a:hover {
  opacity: 1;
}

.main_story.index .unit a:hover .cmn_btn:before {
  left: 0;
  width: 100%;
}

.main_story.index .unit a:hover .cmn_btn span {
  color: #0D0D0D;
}

.main_story.index .unit .head {
  margin: 0 0 30px;
}

@media screen and (max-width: 760px) {
  .main_story.index .unit .head {
    margin: 0 0 2vw;
  }
}

.main_story.index .unit .head h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 4.4rem;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_story.index .unit .head h2 {
    margin: 0 0 4vw;
    padding: 0 0 2vw;
    font-size: 8vw;
  }
}

.main_story.index .unit .head h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #274574;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_story.index .unit .head h2:before {
    width: 10vw;
    height: 0.5vw;
  }
}

.main_story.index .unit .head p {
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_story.index .unit .head p {
    font-size: 3.2vw;
  }
}

.main_story.index .unit .body h3 {
  margin: 0 0 20px;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_story.index .unit .body h3 {
    margin: 0 0 5vw;
    font-size: 3.4vw;
  }
}

.main_story.detail.s01 .article_h2 {
  z-index: 9999;
  background: #fff url(../story/img/01/main.jpg) no-repeat center top !important;
  background-size: auto 660px !important;
}

@media screen and (max-width: 760px) {
  .main_story.detail.s01 .article_h2 {
    background: #fff url(../story/img/01/main_sp.jpg) no-repeat center top !important;
    background-size: 100% auto !important;
  }
}

.main_story.detail.s01 .article_h2 h2 {
  background: url(../story/img/01/tit.png) no-repeat right center !important;
  background-size: auto 100% !important;
}

@media screen and (max-width: 760px) {
  .main_story.detail.s01 .article_h2 h2 {
    background: url(../story/img/01/tit_sp.png) no-repeat center center !important;
    background-size: 100% auto !important;
  }
}

@media screen and (max-width: 760px) {
  .main_story.detail.s01 .ph_large {
    margin-bottom: 0 !important;
  }
}

.main_story.detail.s01 .txt_box ul li.m01 {
  background: url(../story/img/01/ico01.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s01 .txt_box ul li.m02 {
  background: url(../story/img/01/ico02.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s01 .txt_box ul li.m03 {
  background: url(../story/img/01/ico03.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s01 .txt_box ul li.m04 {
  background: url(../story/img/01/ico04.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s01 .txt_box ul li.m05 {
  background: url(../story/img/01/ico05.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s02 .article_h2 {
  z-index: 9999;
  background: #fff url(../story/img/02/main.jpg) no-repeat center top !important;
  background-size: auto 660px !important;
}

@media screen and (max-width: 760px) {
  .main_story.detail.s02 .article_h2 {
    background: #fff url(../story/img/02/main_sp.jpg) no-repeat center top !important;
    background-size: 100% auto !important;
  }
}

.main_story.detail.s02 .article_h2 h2 {
  background: url(../story/img/02/tit.png) no-repeat right center !important;
  background-size: auto 100% !important;
}

@media screen and (max-width: 760px) {
  .main_story.detail.s02 .article_h2 h2 {
    background: url(../story/img/02/tit_sp.png) no-repeat center center !important;
    background-size: 100% auto !important;
  }
}

.main_story.detail.s02 .txt_box ul li.m01 {
  background: url(../story/img/02/ico01.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s02 .txt_box ul li.m02 {
  background: url(../story/img/02/ico02.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s02 .txt_box ul li.m03 {
  background: url(../story/img/02/ico03.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s02 .txt_box ul li.m04 {
  background: url(../story/img/02/ico04.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s02 .txt_box ul li.m05 {
  background: url(../story/img/02/ico05.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s02 .txt_box ul li.m06 {
  background: url(../story/img/02/ico06.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s02 .txt_box ul li.m07 {
  background: url(../story/img/02/ico07.png) no-repeat left center !important;
  background-size: 54px auto !important;
}

.main_story.detail.s02 .prof_unit ul {
  width: 720px;
}

@media screen and (max-width: 760px) {
  .main_story.detail.s02 .prof_unit ul {
    width: 100%;
  }
}

/*
.main_story.detail.s02 .prof_unit ul li:nth-child(3) {
  margin-right: 0;
}
*/
@media screen and (max-width: 760px) {
  .main_story.detail.s02 .prof_unit ul li:nth-child(3) {
    margin-right: 10%;
  }
}

.main_story.detail .article_h2 {
  position: relative;
  height: 744px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 760px) {
  .main_story.detail .article_h2 {
    height: 81vw;
  }
}

.main_story.detail .article_h2 h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 275px;
  overflow: hidden;
  text-indent: 115%;
  white-space: nowrap;
}

@media screen and (max-width: 760px) {
  .main_story.detail .article_h2 h2 {
    height: 27vw;
    margin-bottom: 0;
  }
}

.main_story.detail .prof_unit {
  padding: 78px 0 72px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_story.detail .prof_unit {
    padding: 12%;
  }
}

.main_story.detail .prof_unit ul {
  display: inline-block;
}

@media screen and (max-width: 760px) {
  .main_story.detail .prof_unit ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.main_story.detail .prof_unit ul li {
  width: 145px;
  margin-right: 40px;
  margin-bottom: 30px;
  float: left;
}

@media screen and (max-width: 760px) {
  .main_story.detail .prof_unit ul li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 760px) {
  .main_story.detail .prof_unit ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.main_story.detail .prof_unit ul li:last-child {
  margin-right: 0;
}

.main_story.detail .prof_unit ul li .ph {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .main_story.detail .prof_unit ul li .ph {
    margin-bottom: 11%;
  }
}

.main_story.detail .prof_unit ul li .name {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .main_story.detail .prof_unit ul li .name {
    margin-bottom: 9%;
    font-size: 4vw;
  }
}

.main_story.detail .prof_unit ul li .data {
  font-size: 15px;
  line-height: 1.8;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_story.detail .prof_unit ul li .data {
    font-size: 2.67vw;
    line-height: 1.5;
  }
}

.main_story.detail .unit {
  padding: 100px 0;
  background: #fff;
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit {
    padding: 10% 5%;
  }
}

.main_story.detail .unit .inner {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit .inner {
    width: 100%;
  }
}

.main_story.detail .unit .ph_box {
  width: 480px;
  float: left;
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit .ph_box {
    display: none;
  }
}

.main_story.detail .unit .txt_box {
  width: 600px;
  float: right;
  text-align: left;
}

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

.main_story.detail .unit .txt_box .catch {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit .txt_box .catch {
    margin-bottom: 5%;
    font-size: 5.87vw;
  }
}

.main_story.detail .unit .txt_box .tit {
  margin-bottom: 20px;
  padding: 13px;
  background: #274574;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit .txt_box .tit {
    margin-bottom: 5%;
    padding: 4%;
    font-size: 4.53vw;
  }
}

.main_story.detail .unit .txt_box ul.mb {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit .txt_box ul.mb {
    margin-bottom: 6%;
  }
}

.main_story.detail .unit .txt_box ul li {
  min-height: 54px;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-left: 67px;
  font-size: 15px;
  line-height: 1.8;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit .txt_box ul li {
    margin-bottom: 4%;
    padding-top: 14px;
    font-size: 15px;
    line-height: 1.6;
  }
}

.main_story.detail .unit.reverse {
  background: none;
}

.main_story.detail .unit.reverse .ph_box {
  float: right;
}

.main_story.detail .unit.reverse .txt_box {
  float: left;
}

@media screen and (max-width: 760px) {
  .main_story.detail .unit.reverse .txt_box {
    float: none;
  }
}

.main_story.detail .ph_large {
  width: 100%;
}

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

.main_story.detail .end_unit {
  padding: 76px 0;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_story.detail .end_unit {
    padding: 8% 5%;
  }
}

.main_story.detail .end_unit .tit {
  margin-bottom: 10px;
  color: #FF651F;
  font-weight: 500;
  font-size: 26px;
}

@media screen and (max-width: 760px) {
  .main_story.detail .end_unit .tit {
    margin-bottom: 2%;
    font-size: 5.07vw;
    line-height: 1.5;
  }
}

.main_story.detail .end_unit .txt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_story.detail .end_unit .txt {
    margin-bottom: 8%;
    font-size: 3.8vw;
    text-align: left;
  }
}

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

member

**************************************/
@media screen and (max-width: 760px) {
  .main_member .section_member .unit .txt {
    font-size: 3.47vw !important;
    text-align: left;
  }
}

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

interview

**************************************/
@media screen and (max-width: 760px) {
  .main_interview .section_interview .unit .txt {
    font-size: 3.47vw !important;
    text-align: left;
  }
}

.main_interview.detail .article_h2 {
  height: 730px;
  padding-top: 330px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .article_h2 {
    height: 50vw;
    padding-top: 26.5vw;
  }
}

.main_interview.detail .article_h2::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(13, 13, 13, 0.5); */
  background: rgba(255, 255, 255, 0.6);
  content: "";
}

.main_interview.detail .article_h2 h2 {
  z-index: 2;
  position: relative;
  font-size: 60px;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .article_h2 h2 {
    margin-bottom: 2%;
    padding-bottom: 3%;
    font-size: 8vw;
  }
}

.main_interview.detail .article_h2 h2 small {
  margin-right: 15px;
  font-size: 38px;
  text-transform: capitalize;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .article_h2 h2 small {
    margin-right: 2vw;
    font-size: 5vw;
  }
}

.main_interview.detail .article_h2 .sub {
  z-index: 2;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .article_h2 .sub {
    font-size: 3vw;
  }
}

.main_interview.detail.m01 .article_h2 {
  background-image: url(../interview/img/01/main.jpg);
}

.main_interview.detail.m02 .article_h2 {
  background-image: url(../interview/img/02/main.jpg);
}

.main_interview.detail .unit {
  display: flex;
  flex-wrap: wrap;
  width: 1120px;
  margin: 0 auto 100px;
  text-align: center;
}

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

.main_interview.detail .unit .ph_box {
  width: 50%;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .unit .ph_box {
    width: 100%;
    margin-bottom: 6%;
  }
}

.main_interview.detail .unit .txt_box {
  position: relative;
  width: 50%;
}

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

.main_interview.detail .unit .txt_box .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 30px;
  transform: translateY(-50%);
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .unit .txt_box .inner {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0;
    transform: translateY(0%);
  }
}

.main_interview.detail .unit h4 {
  display: block;
  margin-bottom: 15px;
  /* color: #fff; */
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .unit h4 {
    font-size: 4.8vw;
  }
}

.main_interview.detail .unit .txt {
  /* color: #fff; */
  font-size: 15px;
  line-height: 1.8;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .unit .txt {
    font-size: 3.8vw;
  }
}

.main_interview.detail .unit.large {
  display: inherit;
  flex-wrap: inherit;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .unit.large {
    text-align: left;
  }
}

.main_interview.detail .unit.reverse {
  flex-direction: row-reverse;
}

.main_interview.detail .unit.reverse .txt_box .inner {
  padding-right: 30px;
  padding-left: 0;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .unit.reverse .txt_box .inner {
    padding: 0;
  }
}

.main_interview.detail .ph {
  margin-bottom: 40px;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .ph {
    margin-bottom: 5%;
  }
}

.main_interview.detail .head_unit {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .head_unit {
    margin-bottom: 13%;
  }
}

.main_interview.detail .head_unit h3 {
  margin-bottom: 20px;
  /* color: #fff; */
  color: #274574;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .head_unit h3 {
    margin-bottom: 4%;
    font-size: 6vw;
  }
}

.main_interview.detail .head_unit h3 small {
  margin-left: 10px;
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .head_unit h3 small {
    margin-left: 2vw;
    font-size: 3.73vw;
  }
}

.main_interview.detail .head_unit .data {
  margin-bottom: 30px;
  /* color: #fff; */
  font-size: 13px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .head_unit .data {
    margin-bottom: 5%;
    font-size: 3vw;
  }
}

.main_interview.detail .head_unit .txt {
  /* color: #fff; */
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .head_unit .txt {
    font-size: 3.8vw;
  }
}

.main_interview.detail .end_unit {
  width: 1120px;
  margin: 0 auto 100px;
  padding: 30px 0;
  border: 1px solid #274574;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .end_unit {
    width: 90%;
    margin: 0 5% 13%;
    padding: 5%;
  }
}

.main_interview.detail .end_unit h4 {
  margin-bottom: 10px;
  color: #274574;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .end_unit h4 {
    font-size: 4.8vw;
  }
}

.main_interview.detail .end_unit .txt {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .end_unit .txt {
    font-size: 3.8vw;
    text-align: left;
  }
}

.main_interview.detail .btn {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_interview.detail .btn {
    margin: 0 0 13%;
  }
}

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

welfare

**************************************/
.main_welfare .section_welfare {
  width: 1120px;
  margin: 0 auto 100px;
}

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

.main_welfare .section_welfare .unit {
  margin-bottom: 100px;
}

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

.main_welfare .section_welfare .unit:last-child {
  margin-bottom: 0;
}

.main_welfare .section_welfare .unit ul.welfare_list {
  width: 1120px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .unit ul.welfare_list {
    width: 100%;
    margin: 0 0 5%;
  }
}

.main_welfare .section_welfare .unit ul.welfare_list li {
  position: relative;
  width: 32%;
  height: 80px;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  /* background: rgba(255, 255, 255, 0.9); */
  background: #274574;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .unit ul.welfare_list li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3%;
    float: none;
  }
}

.main_welfare .section_welfare .unit ul.welfare_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .unit ul.welfare_list li:last-child {
    margin-bottom: 0;
  }
}

.main_welfare .section_welfare .unit ul.welfare_list li p {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .unit ul.welfare_list li p {
    position: relative;
    top: auto;
    width: 100%;
    padding: 5% 0;
    transform: translateY(0%);
    font-size: 4vw;
  }
}

.main_welfare .section_welfare .unit ul.welfare_list li p small {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .unit ul.welfare_list li p small {
    margin-top: 1%;
    font-size: 3vw;
  }
}

.main_welfare .section_welfare .unit ul.ph_list {
  width: 1120px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .unit ul.ph_list {
    width: 100%;
    margin: 0 0 5%;
  }
}

.main_welfare .section_welfare .unit ul.ph_list li {
  width: 49%;
  float: left;
}

.main_welfare .section_welfare .unit ul.ph_list li:last-child {
  float: right;
}

.main_welfare .section_welfare .unit > .txt {
  /* color: #fff; */
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .unit > .txt {
    font-size: 3.8vw;
    text-align: left;
  }
}

.main_welfare .section_welfare .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.main_welfare .section_welfare .box_wrapper .ph_box {
  width: 50%;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 6%;
  }
}

.main_welfare .section_welfare .box_wrapper .txt_box {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .box_wrapper .txt_box {
    width: 100%;
  }
}

.main_welfare .section_welfare .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 30px;
  transform: translateY(-50%);
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0;
    transform: translateY(0%);
  }
}

.main_welfare .section_welfare .box_wrapper .txt_box .txt {
  /* color: #fff; */
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .box_wrapper .txt_box .txt {
    font-size: 3.8vw;
  }
}

.main_welfare .section_welfare .box_wrapper.reverse {
  flex-direction: row-reverse;
}

.main_welfare .section_welfare .box_wrapper.reverse .txt_box .inner {
  padding-right: 30px;
  padding-left: 0;
}

@media screen and (max-width: 760px) {
  .main_welfare .section_welfare .box_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}

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

education

**************************************/
.main_education .section_education {
  width: 1120px;
  margin: 0 auto 100px;
}

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

.main_education .section_education .unit {
  margin-bottom: 100px;
}

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

.main_education .section_education .unit:last-child {
  margin-bottom: 0;
}

.main_education .section_education .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_education .section_education .box_wrapper {
    margin: 0 auto 10%;
  }
}

.main_education .section_education .box_wrapper .ph_box {
  width: 50%;
}

@media screen and (max-width: 760px) {
  .main_education .section_education .box_wrapper .ph_box {
    width: 100%;
    margin-bottom: 6%;
  }
}

.main_education .section_education .box_wrapper .txt_box {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 760px) {
  .main_education .section_education .box_wrapper .txt_box {
    width: 100%;
  }
}

.main_education .section_education .box_wrapper .txt_box .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 30px;
  transform: translateY(-50%);
  text-align: left;
}

@media screen and (max-width: 760px) {
  .main_education .section_education .box_wrapper .txt_box .inner {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0;
    transform: translateY(0%);
  }
}

.main_education .section_education .box_wrapper .txt_box .txt {
  /* color: #fff; */
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .main_education .section_education .box_wrapper .txt_box .txt {
    font-size: 3.8vw;
  }
}

.main_education .section_education .box_wrapper.reverse {
  flex-direction: row-reverse;
}

.main_education .section_education .box_wrapper.reverse .txt_box .inner {
  padding-right: 30px;
  padding-left: 0;
}

@media screen and (max-width: 760px) {
  .main_education .section_education .box_wrapper.reverse .txt_box .inner {
    padding: 0;
  }
}

.main_education .section_education .box_wrapper.mb {
  margin-bottom: 40px;
}

@media screen and (max-width: 760px) {
  .main_education .section_education .box_wrapper.mb {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 760px) {
  .main_education .section_education .box_wrapper:last-child {
    margin: 0 auto;
  }
}

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

requirement

**************************************/
.main_requirement .section_requirement {
  width: 1120px;
  margin: 0 auto 100px;
}

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

.main_requirement .section_requirement .unit {
  margin-bottom: 90px;
}

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

.main_requirement .section_requirement .unit:last-child {
  margin-bottom: 0;
}

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

visit

**************************************/
.main_visit .section_visit {
  width: 980px;
  margin: 0 auto 100px;
}

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

.main_visit .section_visit .unit {
  margin-bottom: 90px;
}

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

.main_visit .section_visit .unit:last-child {
  margin-bottom: 0;
}

.main_visit .section_visit .unit ul.ph_list {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .main_visit .section_visit .unit ul.ph_list {
    margin-bottom: 5%;
  }
}

.main_visit .section_visit .unit ul.ph_list li {
  width: 49%;
  float: left;
}

@media screen and (max-width: 760px) {
  .main_visit .section_visit .unit ul.ph_list li {
    width: 100%;
    margin-bottom: 4%;
    float: none;
  }
}

.main_visit .section_visit .unit ul.ph_list li:last-child {
  float: right;
}

@media screen and (max-width: 760px) {
  .main_visit .section_visit .unit ul.ph_list li:last-child {
    margin-bottom: 0;
    float: none;
  }
}

.main_visit .section_visit .unit .txt {
  /* color: #fff; */
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_visit .section_visit .unit .txt {
    font-size: 3.8vw;
    text-align: left;
  }
}

.main_visit .section_visit .unit .btn {
  margin-top: 30px;
  text-align: center;
}

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

.main_visit .section_visit .unit .btn a {
  border: 1px solid #fff;
}

.main_visit .section_visit .unit .btn a::before {
  background: #274574;
}

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

policy

**************************************/
.main_policy .section_policy {
  width: 1100px;
  margin: 0 auto 100px;
  padding: 45px;
  background: #fff;
  text-align: left;
}

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

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

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

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

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

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

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

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

.main_policy .section_policy .unit h3 {
  margin-bottom: 18px;
  padding: 9px 0 9px 16px;
  /* background: #eee;
  color: #274574; */
  color: #eee;
  background: #274574;
  font-size: 20px;
  font-weight: 700;
}

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

.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: -120px;
  padding-top: 120px;
}

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

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

@media screen and (max-width: 760px) {
  .main_policy .section_policy .cookie .title {
    font-size: 4.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 */
