/* -------------------------------
 * TITLE
---------------------------------*/
.title1{
  margin-bottom: 32px; padding: 13px 10px 14px 40px;
  position: relative;
  /*background-color: #002C6B;*/
  background-image: linear-gradient(90deg, #002C6B, #003B8F);
  font-size: 22px; color: #FFF; font-weight: 400;
}
.title1.en{
  padding: 14px 10px 13px 40px;
  font-family: 'Roboto';
}
.title1.s{
  padding: 15.5px 10px 16px 40px;
  font-size: 19px;
}
.title1::before{
  width: 4px; height: calc(100% - 32px);
  position: absolute; left: 20px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-color: #CCA850;
}
.title1 a{
  padding: 0 16px 0 32px; 
  position: absolute; right: 20px; top: 50%;
  display: inline-block;
  transform: translate(0, -50%);
  border-radius: 4px;
  background-color: #FFF;
  font-size: 15px; line-height: 30px; font-weight: 500; color: #003B8F; text-decoration: none;
  transition: opacity 0.3s ease;
}
.title1 a::before{
  width: 16px; height: 16px;
  position: absolute; left: 12px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-image: url("../image/common/icon_arrow-line_blue.svg");
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.title1 a:hover{
  color: #7f9dc7;
}
.title1 a:hover::before{
  opacity: 0.5;
}
.title2{
  margin-bottom: 32px;
  position: relative;
  font-size: 26px; color: #002C6B; font-weight: 500;
}
.title2.s{
  margin-bottom: 25px;
  font-size: 22px;
}
.title3{
  margin-bottom: 32px; padding-left: 16px;
  position: relative;
  font-size: 20px; color: #003B8F; font-weight: 500;
}
.title3n{
  margin-bottom: 32px;
  position: relative;
  font-size: 20px; color: #003B8F; font-weight: 500;
}
.title3::before{
  width: 4px; height: calc(100% - 2px);
  position: absolute; left: 0; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-color: #CCA850;
}
.title4{
  margin-bottom: 16px;
  font-size: 18px; font-weight: 500;
}
.title5{
  margin-bottom: 8px;
  font-size: 16px; color: #A58B4F; font-weight: 500;
}
@media (max-width: 767px){
  .title1{
    margin-bottom: 5.6vw; padding: 3.6vw 4vw 3.27vw 8.267vw;
    font-size: 5.33vw;
  }
  .title1.en{
    padding: 3.2vw 4vw 2.67vw 8.267vw;
  }
  .title1::before{
    width: 1.067vw; height: calc(100% - 6.93vw);
    left: 4vw; top: 50%;
  }
  .title1.s{
    padding: 3.2vw 4vw 3.2vw 8.267vw;
    font-size: 4.533vw;
  }
  .title1 a{
    display: none;
  }
  .title2{
    margin-bottom: 8vw;
    font-size: 5.867vw;
  }
  .title2.s{
    margin-bottom: 4.8vw;
    font-size: 5.067vw;
  }
  .title2.s.b{
    margin-top: -2.133vw;
  }
  .title2.s.b b{
    font-size: 7.2vw;
  }
  .title3{
    margin-bottom: 4.8vw; padding-left: 3.467vw;
    font-size: 5.33vw;
  }
  .title3n{
    font-size: 5.33vw;
  }
  .title3::before{
    width: 1.067vw;
  }
  .title4{
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
  .title5{
    margin-bottom: 2.4vw;
    font-size: 4.267vw;
  }
}

/* -------------------------------
 * BOTTUN / HOVER
---------------------------------*/
/*.btn
---------------------------------*/
.btn{
  padding: 11px 32px 13px 44px; 
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background-color: #003B8F;
  font-size: 16px; line-height: 1.5; color: #FFF; font-weight: 500;
}
.btn::before{
  width: 16px; height: 16px;
  position: absolute; left: 24px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-image: url("../image/common/icon_arrow-line.svg");
  background-size: 100% 100%;
}
.btn.blank{
  padding-right: 50px;
}
.btn.blank::after{
  width: 14px; height: 14px;
  position: absolute; right: 18px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-image: url("../image/common/icon_link.svg");
  background-size: 100% 100%;
}
a.btn,
a.btn_l,
a.btn_m,
a.btn_s,
a.btn_text{
  text-decoration: none;
}
a.btn:hover,
a.btn_l:hover,
a.btn_m:hover,
a.btn_s:hover{
  color: #FFF;
}
@media (max-width: 767px){
  .btn{
    padding: 3vw 4.8vw 3.267vw 8.8vw; 
    border-radius: 4px;
    font-size: 4vw;
  }
  .btn::before{
    width: 4.8vw; height: 4.8vw;
    left: 3.2vw;
  }
  .btn.blank{
    padding-right: 11.2vw;
  }
  .btn.blank::after{
    width: 4vw; height: 4vw;
    right: 4.8vw;
  }
}
/*.btn_m
---------------------------------*/
.btn_m{
  padding: 7.5px 24px 8px 40px; 
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background-color: #003B8F;
  font-size: 15px; line-height: 1.5; color: #FFF; font-weight: 500;
}
.btn_m::before{
  width: 16px; height: 16px;
  position: absolute; left: 20px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-image: url("../image/common/icon_arrow-line.svg");
  background-size: 100% 100%;
}
.btn_m.blank{
  padding-right: 44px;
}
.btn_m.blank::after{
  width: 12px; height: 12px;
  position: absolute; right: 24px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-image: url("../image/common/icon_link.svg");
  background-size: 100% 100%;
}
@media (max-width: 767px){
  .btn_m{
    padding: 2vw 6.67vw 2vw 9.6vw; 
    border-radius: 4px;
    font-size: 3.733vw;
  }
  .btn_m::before{
    width: 4vw; height: 4vw;
    left: 4.8vw;
  }
  .btn_m.blank{
    padding-right: 12vw;
  }
  .btn_m.blank::after{
    width: 4vw; height: 4vw;
    right: 5.6vw;
  }
}
/*.btn_s
---------------------------------*/
.btn_s{
  padding: 3.5px 12px 4px 28px; 
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background-color: #003B8F;
  font-size: 13px; line-height: 1.5; color: #FFF;
}
.btn_s::before{
  width: 16px; height: 16px;
  position: absolute; left: 8px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-image: url("../image/common/icon_arrow-line.svg");
  background-size: 100% 100%;
}
@media (max-width: 767px){
  .btn_s{
    padding: 1.6vw 4vw 1.6vw 7.2vw; 
    border-radius: 4px;
    font-size: 3.2vw;
  }
  .btn_s::before{
    width: 4vw; height: 4vw;
    left: 2.4vw;
  }
}
/*.btn_l
---------------------------------*/
.btn_l{
  padding: 11px 32px 13px 56px; 
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background-color: #003B8F;
  font-size: 18px; line-height: 1.5; color: #FFF; font-weight: 500;
}
.btn_l::before{
  width: 20px; height: 20px;
  position: absolute; left: 24px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-image: url("../image/common/icon_arrow-line.svg");
  background-size: 100% 100%;
}
.btn_l.blank{
  padding-right: 64px;
}
.btn_l.blank::after{
  width: 16px; height: 16px;
  position: absolute; right: 32px; top: 50%;
  display: block;
  content: '';
  transform: translate(0, -50%);
  background-image: url("../image/common/icon_link.svg");
  background-size: 100% 100%;
}
@media (max-width: 767px){
  .btn_l{
    padding: 4vw 5.6vw 4vw 10.4vw; 
    border-radius: 4px;
    font-size: 4.267vw;
  }
  .btn_l::before{
    width: 5.6vw; height: 5.6vw;
    left: 4vw;
  }
  .btn_l.blank{
    padding-right: 12vw;
  }
  .btn_l.blank::after{
    width: 4vw; height: 4vw;
    right: 5.6vw;
  }
}
/*.btn_text
---------------------------------*/
.btn_text{
  padding: 0 0 0 24px; 
  display: inline-block;
  position: relative;
  font-size: 16px; line-height: 1.5; font-weight: 500; color: #003B8F;
}
.btn_text::before{
  width: 20px; height: 20px;
  position: absolute; left: 0; top: 4px;
  display: block;
  content: '';
  background-image: url("../image/common/icon_arrow-line_blue.svg");
  background-size: 100% 100%;
}
.btn_text.blank::after{
  width: 14px; height: 14px;
  margin-left: 8px;
  position: relative; top: 1px;
  display: inline-block;
  content: '';
  background-image: url("../image/common/icon_link_blue.svg");
  background-size: 100% 100%;
}
.btn_text:hover{
  text-decoration: underline;
}
.btn_text.s{
  font-weight: 400;
}
@media (max-width: 767px){
  .btn_text{
    padding: 0 0 0 6.4vw; 
    font-size: 4.2667vw;
  }
  .btn_text::before{
    width: 5.6vw; height: 5.6vw;
    top: 0.7vw;
  }
  .btn_text.blank{
    padding-right: 5.6vw;
  }
  .btn_text.blank::after{
    width: 4vw; height: 4vw;
    margin-left: 2.4vw;
    top: 0.133vw;
  }
}
/*.link_text
---------------------------------*/
.link_text{
  display: inline-block;
  position: relative;
  font-size: 16px; line-height: 1.5; font-weight: 500; color: #003B8F;
}
.link_text.blank::after{
  width: 14px; height: 14px;
  margin-left: 8px;
  position: relative; top: 1px;
  display: inline-block;
  content: '';
  background-image: url("../image/common/icon_link_blue.svg");
  background-size: 100% 100%;
}
.link_text:hover{
  text-decoration: underline;
}
.link_text.s{
  font-weight: 400;
}
@media (max-width: 767px){
  .link_text{
    font-size: 4.2667vw;
  }
  .link_text.blank{
    padding-right: 5.6vw;
  }
  .link_text.blank::after{
    width: 4vw; height: 4vw;
    margin-left: 2.4vw;
    top: 0.133vw;
  }
}

/*.rollover
---------------------------------*/
a.btn,
a.btn_s,
a.btn_m,
a.btn_l,
.ro{
  transition: opacity 0.3s ease;
}
a.btn:hover,
a.btn_s:hover,
a.btn_m:hover,
a.btn_l:hover,
.ro:hover{
  opacity: 0.5;
}

/* -------------------------------
 * WP BLOCK
---------------------------------*/
.news_body{
  padding-top: 46px;
  font-size: 0; line-height: 1.75;
}
.news_body .news_title {
  font-size: 32px; font-weight: 700; color: #002C6B; text-align: center;
}
.news_body a{
  font-weight: 500;
}
.news_body > p,
.news_body > ul,
.news_body > ol,
.news_body > h1,
.news_body > h2,
.news_body > h3,
.news_body > h5,
.news_body > h6,
.news_body > table{
  font-size: 16px;
}
@media (max-width: 767px){
  .news_body{
    padding-top: 5.867vw;
    line-height: 1.5;
  }
  .news_body .news_title {
    font-size: 5.33vw; text-align: left;
  }
  .news_body > p,
  .news_body > ul,
  .news_body > ol,
  .news_body > h1,
  .news_body > h2,
  .news_body > h3,
  .news_body > h5,
  .news_body > h6,
  .news_body > table{
    font-size: 4.267vw;
  }
}

/* .image_wrap
---------------------------------*/
.image_wrap{
  width: 100%;
  margin: 64px auto 0 auto;
  text-align: center;
}
.image_wrap .block{
  text-align: left;
}
.image_wrap h6{
  margin-top: 20px;
  font-size: 20px; font-weight: 500; text-align: left;
}
.image_wrap .text{
  margin-top: 16px;
  font-size: 15px; text-align: left;
}
.image_wrap h6 + .text{
  margin-top: 8px;
}

/* .image_wrap.main */
.image_wrap.main .block{
  width: 800px;
  display: inline-block;
}
.image_wrap.main.default .block{
  width: 800px;
}
.image_wrap.main.medium .block{
  width: 640px;
}
.image_wrap.main.small .block{
  width: 420px;
}
.image_wrap.main.full .block{
  width: 1200px;
}
.image_wrap.main.original .block{
  width: auto;
  max-width: 1200px;
}
.image_wrap.main.default .block img,
.image_wrap.main.medium .block img,
.image_wrap.main.small .block img,
.image_wrap.main.full .block img{
  max-width: none;
}
.image_wrap.main .pic{
  margin: 0 auto;
}
.cat_voice .image_wrap.main:not(.no_pic) .block{
  max-width: 640px;
}
.image_wrap.main.no_pic .block{
  width: 100%; max-width: 100%;
  text-align: left;
}

/* .image_wrap.image1 */
.image_wrap.image1 .block{
  width: 640px;
  display: inline-block;
}
.image_wrap.image1.default .block{
  width: 640px;
}
.image_wrap.image1.medium .block{
  width: 480px;
}
.image_wrap.image1.small .block{
  width: 420px;
}
.image_wrap.image1.full .block{
  width: 800px;
}
.image_wrap.image1.original .block{
  width: auto;
  max-width: 1200px;
}
.image_wrap.image1.default .block img,
.image_wrap.image1.medium .block img,
.image_wrap.image1.small .block img,
.image_wrap.image1.full .block img{
  max-width: none;
}
.image_wrap.image1 .pic{
  margin: 0 auto;
}

/* .image_wrap.image2 */
.image_wrap.image2{
  width: 1152px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.image_wrap.image2 .block{
  width: 552px;
}
.image_wrap.image4 + .image_wrap.image2,
.image_wrap.image2 + .image_wrap.image2{
  margin-top: 48px;
}

/* .image_wrap.image3 */
.image_wrap.image3{
  width: 1168px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.image_wrap.image3 .block{
  width: 368px;
}
.image_wrap.image3 + .image_wrap.image3{
  margin-top: 32px;
}

/* .image_wrap.image4 */
.image_wrap.image4{
  width: 1152px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.image_wrap.image4 .block{
  width: 552px;
}
@media (max-width: 767px){
  .image_wrap{
    margin-top: 9.6vw;
  }
  .image_wrap h6{
    margin-top: 3.2vw;
    font-size: 4.267vw;
  }
  .image_wrap p{
    margin-top: 3.2px;
    font-size: 3.467vw;
  }
  .image_wrap h6 + p {
    margin-top: 1.6vw;
  }
  h4 + .image_wrap{
    margin-top: 6.4vw;
  }
  
  /* .image_wrap.main */
  .image_wrap.main .block{
    width: 100% !important;
  }
  
  /* .image_wrap.image1 */
  .image_wrap.image1 .block{
    width: 100% !important;
  }
  
  /* .image_wrap.image2 */
  .image_wrap.image2{
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.67vw;
  }
  .image_wrap.image2 .block{
    width: 100%;
  }
  .image_wrap.image4 + .image_wrap.image2,
  .image_wrap.image2 + .image_wrap.image2{
    margin-top: 6.67vw;
  }
  
  /* .image_wrap.image3 */
  .image_wrap.image3{
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.67vw;
  }
  .image_wrap.image3 .block{
    width: 100%;
  }
  .image_wrap.image3 + .image_wrap.image3{
    margin-top: 6.67vw;
  }
  
  /* .image_wrap.image4 */
  .image_wrap.image4{
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.67vw;
  }
  .image_wrap.image4 .block{
    width: 100%;
  }
}

/* .interview_wrap
---------------------------------*/
.interview_wrap{
  width: 100%;
  margin-top: 64px;
}
.interview_wrap .interview_heading {
  margin-bottom: 28px;
  font-size: 16px; font-weight: 400; color: #406CAB;
}
.interview_wrap .text{
  font-size: 16px;
}
@media (max-width: 767px){
  .interview_wrap{
    margin-top: 9.6vw;
  }
  .interview_wrap .interview_heading {
    margin-bottom: 4.8vw;
    font-size: 4.267vw;
  }
  .interview_wrap .text{
    font-size: 4.267vw;
  }
}

/* .qa_wrap
---------------------------------*/
.qa_wrap{
  width: 100%;
  padding-top: 64px;
}
.qa_wrap h5{
  font-size: 17px; font-weight: 700; color: #406CAB;
}
.qa_wrap .block{
  margin-top: 32px;
}
.qa_wrap h6{
  font-size: 16px; font-weight: 500; color: #A58B4F;
}
.qa_wrap h6 + .text{
  margin-top: 4px;
}
.qa_wrap .text{
  font-size: 16px;
}
@media (max-width: 767px){
  .qa_wrap{
    padding-top: 9.6vw;
  }
  .qa_wrap h5{
    font-size: 4.267vw;
  }
  .qa_wrap .block{
    margin-top: 4.8vw;
  }
  .qa_wrap h6{
    font-size: 4.267vw;
  }
  .qa_wrap h6 + .text{
    margin-top: 2.4vw;
  }
  .qa_wrap .text{
    font-size: 4.267vw;
  }
}

/* .title_wrap
---------------------------------*/
.title_wrap{
  width: 100%;
  margin-top: 64px;
}
.title_wrap .title2{
  margin-bottom: 0;
  font-size: 22px; text-align: center;
}
.title_wrap .title3{
  margin-bottom: 0;
}
@media (max-width: 767px){
  .title_wrap{
    margin-top: 9.6vw;
  }
  .title_wrap .title2{
    font-size: 5.067vw; text-align: left;
  }
}

/* .text_wrap
---------------------------------*/
.text_wrap{
  width: 100%;
  margin-top: 64px;
  font-size: 16px;
}
.text_wrap.box{
  padding: 32px;
  border: #CCCCCC 1px solid;
}
.text_wrap.center{
  text-align: center;
}
.text_wrap.box .text{
  font-size: 16px;
}
@media (max-width: 767px){
  .text_wrap{
    margin-top: 9.6vw;
    font-size: 4.267vw;
  }
  .text_wrap.box{
    padding: 4.8vw 4vw;
  }
  .text_wrap.box .text{
    font-size: 3.733vw;
  }
}

/* .text2_wrap
---------------------------------*/
.text2_wrap{
  width: 100%;
  margin-top: 64px;
}
.text2_wrap.box{
  padding: 32px;
  border: #CCCCCC 1px solid;
}
.text2_wrap.center{
  text-align: center;
}
.text2_wrap h5{
  margin-bottom: 20px;
  font-size: 20px; line-height: 1.5; font-weight: 500; color: #406CAB;
}
.text2_wrap .text{
  font-size: 16px;
}
@media (max-width: 767px){
  .text2_wrap{
    margin-top: 9.6vw;
  }
  .text_wrap.box{
    padding: 4.8vw 4vw;
  }
  .text2_wrap h5{
    margin-bottom: 4.8vw;
    font-size: 4.8vw;
  }
  .text2_wrap .text{
    font-size: 4.267vw;
  }
}

/* .note_wrap
---------------------------------*/
.note_wrap{
  width: 100%;
  margin-top: 32px;
}
.note_wrap .text{
  font-size: 14px; color: #666; text-align: left;
}
@media (max-width: 767px){
  .note_wrap{
    width: 100%;
    margin-top: 6.4vw;
  }
  .note_wrap .text{
    font-size: 3.467vw;
  }
}

/* .button_wrap
---------------------------------*/
.button_wrap{
  width: 100%;
  margin-top: 64px;
  text-align:center;
}
.button_wrap.mode_text{
  margin-top: 32px;
  text-align: left;
}
.button_wrap.mode_left{
  text-align: left;
}
.button_wrap .text{
  padding-top: 32px;
  font-size: 14px; color: #666;
}
.button_wrap + .button_wrap{
  margin-top: 32px;
}
@media (max-width: 767px){
  .button_wrap{
    margin-top: 9.6vw;
  }
  .button_wrap.mode_text{
    margin-top: 9.6vw;
  }
  .button_wrap .text{
    font-size: 3.467vw; text-align: left;
  }
  .button_wrap.news_bottom{
    margin-top: 12.8vw;
  }
  .button_wrap + .button_wrap{
    margin-top: 6.4vw;
  }
}

/* .line_wrap
---------------------------------*/
.line_wrap{
  width: 100%; height: 64px;
  border-bottom: #DCDCDC 1px solid;
}
@media (max-width: 767px){
  .line_wrap{
    height: 9.6vw;
  }
}

/* .banner_wrap
---------------------------------*/
.banner_wrap{
  width: 100%;
  margin: 64px auto 0 auto;
  text-align: center;
}
.banner_wrap .block{
  width: 640px;
  display: inline-block;
  text-align: left;
}
.banner_wrap.default .block{
  width: 640px;
}
.banner_wrap.medium .block{
  width: 480px;
}
.banner_wrap.small .block{
  width: 420px;
}
.banner_wrap.ssmall .block{
  width: 320px;
}
.banner_wrap.original .block{
  width: auto;
  max-width: 1200px;
}
.banner_wrap.default .block img,
.banner_wrap.medium .block img,
.banner_wrap.small .block img,
.banner_wrap.ssmall .block img{
  max-width: none;
}
.banner_wrap .pic{
  margin: 0 auto;
}
.banner_wrap .text{
  margin-top: 16px;
  font-size: 15px; text-align: left;
}
@media (max-width: 767px){
  .banner_wrap{
    margin-top: 9.6vw;
  }
  .banner_wrap .block,
  .banner_wrap.default .block,
  .banner_wrap.medium .block,
  .banner_wrap.small .block,
  .banner_wrap.ssmall .block,
  .banner_wrap.original .block{
    width: 100%;
  }
  .banner_wrap.small .block{
    width: 60%;
  }
  .banner_wrap.ssmall .block{
    width: 30%;
  }
  .banner_wrap .text{
    margin-top: 3.2vw;
    font-size: 3.467vw;
  }
}

/* .event_wrap
---------------------------------*/
.event_wrap{
  width: 100%;
  margin-top: 64px;
  font-size: 0;
}
.event_wrap.half{
  width: 580px;
  display: inline-block; vertical-align: top;
}
.event_wrap.half + .event_wrap.half{
  margin-left: 40px;
}
.event_wrap .title3{
  margin-bottom: 16px;
}
.event_wrap .block{
  margin-top: 32px;
}
.event_wrap .text{
  font-size: 16px;
}
@media (max-width: 767px){
  .event_wrap{
    margin-top: 9.6vw;
  }
  .event_wrap.half{
    width: 100%;
    display: block;
  }
  .event_wrap.half + .event_wrap.half{
    margin-left: 0; padding-top: 9.6vw;;
    border-top: #DCDCDC 1px solid;
  }
  .event_wrap .title3{
    margin-bottom: 0;
    font-size: 4.8vw;
  }
  .event_wrap .block{
    margin-top: 9.6vw;
  }
  .event_wrap .block.button_area{
    text-align: center;
  }
  .event_wrap .text{
    font-size: 4.267vw;
  }
}

/* .profile_wrap
---------------------------------*/
.profile_wrap{
  width: 100%;
  margin-top: 64px; padding: 32px;
  border: #CCCCCC 1px solid;
}
.profile_wrap .capiton{
  padding: 0 24px;
  display: inline-block;
  background-color: #406CAB;
  font-size: 16px; line-height: 32px; font-weight: 500; color: #FFF;
}
.profile_wrap .container{
  width: 100%;
  margin-top: 24px;
}
.profile_wrap h6{
  font-size: 20px; line-height: 1.5; font-weight: 500;
}
.profile_wrap .text{
  font-size: 16px; line-height: 1.5;
}
.profile_wrap .box1 .text{
  margin-top: 16px;
}
.profile_wrap .box2{
  padding-top: 24px;
}
.profile_wrap ul{
  list-style: none;
}
.profile_wrap .text + ul{
  margin-top: 28px;
}
.profile_wrap ul li +li{
  margin-top: 4px;
}
/* .container.with_pic */
.profile_wrap .container.with_pic{
  width: 100%;
}
.profile_wrap .container.with_pic .pic{
  width: 200px;
  float: left;
}
.profile_wrap .container.with_pic .box1,
.profile_wrap .container.with_pic .box2{
  width: 910px;
  float: right;
}
@media (max-width: 767px){
  .profile_wrap{
    margin-top: 9.6vw; padding: 4vw;
  }
  .profile_wrap .capiton{
    padding: 0 4.8vw;
    font-size: 3.733vw; line-height: 6.933vw;
  }
  .profile_wrap .container{
    width: 100%;
    margin-top: 4.8vw;
  }
  .profile_wrap h6{
    font-size: 4.8vw;
  }
  .profile_wrap .text{
    font-size: 3.733vw;
  }
  .profile_wrap .box1 .text{
    margin-top: 4vw;
  }
  .profile_wrap .box2{
    padding-top: 4vw;
  }
  .profile_wrap .text + ul{
    margin-top: 4.8vw;
  }
  .profile_wrap ul li +li{
    margin-top: 1.6vw;
  }
  /* .container.with_pic */
  .profile_wrap .container.with_pic .pic{
    width: 32vw;
  }
  .profile_wrap .container.with_pic .box1{
    width: 47.467vw;
  }
  .profile_wrap .container.with_pic .box2{
    width: 100%;
  }
}

