@media screen and (min-width: 769px), print {
  .ttl_main_tt:before {
    background: url("../images/ic_world.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 155px;
  }
  .intro_bl {
    margin-bottom: 90px;
  }
  .intro_bl h3 {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #333;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .intro_bl h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 30px;
    background: #01A8A0;
    display: block;
  }
  .intro_bl_ct.intro_box_l {
    counter-reset: number;
  }
  .intro_bl_ct p {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }
  .intro_bl_ct_list {
    padding: 30px 20px 30px 30px;
    background: #FFFCEE;
    counter-reset: section;
  }
  .intro_bl_ct_list li {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -1px;
  }
  .intro_bl_ct_list li + li {
    margin-top: 20px;
  }
  .intro_bl_ct_list li:before {
    counter-increment: section;
    content: counter(section);
    width: 38px;
    height: 38px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background: #01A8A0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 15px;
  }
  .intro_bl_ct .intro_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #F9F9F9;
    padding: 40px 30px 0;
  }
  .intro_bl_ct .intro_profile figure {
    width: 286px;
  }
  .intro_bl_ct .intro_profile figure img {
    width: 100%;
  }
  .intro_bl_ct .intro_profile_ct {
    width: -webkit-calc(100% - 286px);
    width: -moz-calc(100% - 286px);
    width: calc(100% - 286px);
    padding-left: 40px;
  }
  .intro_bl_ct .intro_profile_ct h4 {
    font-size: 2.2rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .intro_bl_ct .intro_profile_ct h4 span {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    margin-right: 20px;
    font-weight: bold;
  }
  .intro_bl_ct .intro_profile_ct h4 img {
    width: 138px;
    height: auto;
  }
  .intro_bl_ct .intro_profile_ct p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    font-weight: 500;
    letter-spacing: -1px;
  }
  .intro_bl_ct .intro_box {
    margin-bottom: 70px;
    counter-reset: section;
  }
  .intro_bl_ct .intro_box_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
  }
  .intro_bl_ct .intro_box_info_ct {
    width: -webkit-calc(100% - 271px);
    width: -moz-calc(100% - 271px);
    width: calc(100% - 271px);
    padding-right: 40px;
  }
  .intro_bl_ct .intro_box_info_ct h4 {
    font-size: 2.4rem;
    line-height: 3.7rem;
    font-weight: 500;
    position: relative;
    padding-left: 80px;
    margin-bottom: 20px;
    min-height: 70px;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_info_ct h4 span {
    color: #01A8A0;
    display: inline-block;
  }
  .intro_bl_ct .intro_box_info_ct h4:before {
    counter-increment: number;
    content: counter(number);
    width: 60px;
    height: 60px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background: #01A8A0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 15px;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 3.3rem;
    line-height: 1;
  }
  .intro_bl_ct .intro_box_info_ct p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 500;
    margin-bottom: 0;
  }
  .intro_bl_ct .intro_box_info picture {
    width: 271px;
  }
  .intro_bl_ct .intro_box_info picture img {
    width: 100%;
  }
  .intro_bl_ct .intro_box_tb {
    padding: 40px 30px;
    background: #FFFCEE;
  }
  .intro_bl_ct .intro_box_tb h4 {
    font-size: 2.2rem;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_tb table, .intro_bl_ct .intro_box_tb tr, .intro_bl_ct .intro_box_tb th, .intro_bl_ct .intro_box_tb td {
    border: 1px solid #eee;
    font-size: 1.4rem;
    line-height: 2.4rem;
    vertical-align: middle;
  }
  .intro_bl_ct .intro_box_tb table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
  }
  .intro_bl_ct .intro_box_tb table tr th {
    color: #fff;
    background: #333333;
    padding: 5px 10px;
  }
  .intro_bl_ct .intro_box_tb table tr th span {
    font-size: 1.1rem;
  }
  .intro_bl_ct .intro_box_tb table tr th.t_hl {
    background: #00A8A0;
    border: 2px solid #00A8A0;
    border-top: none;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_tb table tr td {
    width: 138px;
    text-align: center;
    padding: 5px 8px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .intro_bl_ct .intro_box_tb table tr td span {
    font-size: 1.1rem;
    display: block;
  }
  .intro_bl_ct .intro_box_tb table tr td.t_hl {
    border: 2px solid #00A8A0;
    border-top: none;
    border-bottom: none;
    color: #00A8A0;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_tb table tr td.t_hl.t_last {
    border-bottom: 2px solid #00A8A0;
  }
  .intro_bl_ct .intro_box_tb table tr .t_big {
    width: 250px;
    text-align: left;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_list {
    padding: 40px 30px;
    background: #FFFCEE;
  }
  .intro_bl_ct .intro_box_list h4 {
    font-size: 2.2rem;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_list figure {
    width: 100%;
  }
  .intro_bl_ct .intro_box_list figure img {
    width: 100%;
  }
  .intro_bl_ct .intro_box_list ul {
    background: #fff;
    padding: 30px 32px 30px 42px;
  }
  .intro_bl_ct .intro_box_list ul li {
    font-size: 1.6rem;
    line-height: 3.6rem;
    position: relative;
    padding-left: 40px;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_list ul li + li {
    margin-top: 10px;
  }
  .intro_bl_ct .intro_box_list ul li span {
    color: #F18200;
  }
  .intro_bl_ct .intro_box_list ul li:before {
    content: '';
    display: block;
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    background: url("../images/ic_tick.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .ttl_main_tt h2 {
    letter-spacing: -1.06667vw;
  }
  .ttl_main_tt:before {
    background: url("../images/ic_world.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .intro_bl {
    margin-bottom: 16.66667vw;
  }
  .intro_bl h3 {
    font-size: 6vw;
    border-bottom: 2px solid #C5C5C5;
    line-height: 7.33333vw;
    padding-bottom: 2.66667vw;
    color: #333;
    padding-left: 5.33333vw;
    position: relative;
    margin-bottom: 4vw;
    font-weight: bold;
  }
  .intro_bl h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.2vw;
    height: 7.33333vw;
    background: #01A8A0;
    display: block;
  }
  .intro_bl_ct.intro_box_l {
    counter-reset: number;
  }
  .intro_bl_ct p {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    margin-bottom: 5.33333vw;
  }
  .intro_bl_ct_list {
    padding: 5.33333vw;
    background: #FFFCEE;
    counter-reset: section;
  }
  .intro_bl_ct_list li {
    font-size: 4.26667vw;
    line-height: 6.93333vw;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -1px;
  }
  .intro_bl_ct_list li + li {
    margin-top: 2.66667vw;
  }
  .intro_bl_ct_list li:before {
    counter-increment: section;
    content: counter(section);
    width: 6.66667vw;
    height: 6.66667vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background: #01A8A0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 2.66667vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.66667vw;
       -moz-box-flex: 0;
        -ms-flex: 0 0 6.66667vw;
            flex: 0 0 6.66667vw;
  }
  .intro_bl_ct .intro_profile {
    background: #F9F9F9;
    padding: 5.33333vw;
  }
  .intro_bl_ct .intro_profile figure {
    float: left;
    margin-right: 5.33333vw;
    line-height: 0;
    margin-bottom: 6.66667vw;
  }
  .intro_bl_ct .intro_profile figure img {
    width: 37.33333vw;
  }
  .intro_bl_ct .intro_profile_ct h4 {
    font-size: 4.26667vw;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 13.33333vw;
  }
  .intro_bl_ct .intro_profile_ct h4 span {
    text-align: center;
    font-size: 4.26667vw;
    line-height: 10.13333vw;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    font-weight: bold;
  }
  .intro_bl_ct .intro_profile_ct h4 img {
    width: 27.6vw;
    height: auto;
  }
  .intro_bl_ct .intro_profile_ct p {
    font-size: 3.645vw;
    line-height: 6.25vw;
    font-weight: 500;
    width: 100%;
    clear: both;
  }
  .intro_bl_ct .intro_box {
    margin-bottom: 9.33333vw;
    counter-reset: section;
  }
  .intro_bl_ct .intro_box_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.73333vw;
  }
  .intro_bl_ct .intro_box_info_ct {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro_bl_ct .intro_box_info_ct h4 {
    font-size: 4.8vw;
    line-height: 7.46667vw;
    font-weight: bold;
    position: relative;
    padding-left: 13.33333vw;
    margin-bottom: 2.66667vw;
    min-height: 13.33333vw;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_info_ct h4 span {
    color: #01A8A0;
    display: inline-block;
  }
  .intro_bl_ct .intro_box_info_ct h4:before {
    counter-increment: number;
    content: counter(number);
    width: 10.66667vw;
    height: 10.66667vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background: #01A8A0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 2.66667vw;
    position: absolute;
    top: 0.66667vw;
    left: 0;
    font-size: 5.73333vw;
    line-height: 1;
  }
  .intro_bl_ct .intro_box_info_ct p {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    font-weight: 500;
    margin-bottom: 0;
  }
  .intro_bl_ct .intro_box_info picture {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 4vw;
  }
  .intro_bl_ct .intro_box_info picture img {
    width: 100%;
  }
  .intro_bl_ct .intro_box_tb {
    padding: 5.33333vw;
    background: #FFFCEE;
  }
  .intro_bl_ct .intro_box_tb h4 {
    font-size: 4.33333vw;
    line-height: 7.46667vw;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  .intro_bl_ct .intro_box_tb table, .intro_bl_ct .intro_box_tb tr, .intro_bl_ct .intro_box_tb th, .intro_bl_ct .intro_box_tb td {
    border: 1px solid #eee;
    font-size: 2.93333vw;
    line-height: 3.73333vw;
    vertical-align: middle;
  }
  .intro_bl_ct .intro_box_tb table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
  }
  .intro_bl_ct .intro_box_tb table tr th {
    color: #fff;
    background: #333333;
    padding: 2.66667vw 2vw;
  }
  .intro_bl_ct .intro_box_tb table tr th span {
    font-size: 2.66667vw;
    font-weight: normal;
    display: block;
  }
  .intro_bl_ct .intro_box_tb table tr th.t_hl {
    background: #00A8A0;
    border: 2px solid #00A8A0;
    border-top: none;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_tb table tr td {
    width: 17.33333vw;
    text-align: center;
    padding: 2.66667vw;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .intro_bl_ct .intro_box_tb table tr td span {
    font-size: 2.08vw;
    display: block;
    color: #808080;
  }
  .intro_bl_ct .intro_box_tb table tr td.t_hl {
    border: 2px solid #00A8A0;
    border-top: none;
    border-bottom: none;
    color: #00A8A0;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_tb table tr td.t_hl.t_last {
    border-bottom: 2px solid #00A8A0;
  }
  .intro_bl_ct .intro_box_tb table tr .t_big {
    width: 28vw;
    text-align: left;
    font-weight: bold;
    background: #fff;
  }
  .intro_bl_ct .intro_box_list {
    padding: 6.4vw 5.33333vw 5.33333vw;
    background: #FFFCEE;
  }
  .intro_bl_ct .intro_box_list h4 {
    font-size: 4.53333vw;
    line-height: 7.46667vw;
    margin-bottom: 4.8vw;
    text-align: center;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_list figure {
    width: 100%;
  }
  .intro_bl_ct .intro_box_list figure img {
    width: 100%;
  }
  .intro_bl_ct .intro_box_list ul {
    background: #fff;
    padding: 5.33333vw;
  }
  .intro_bl_ct .intro_box_list ul li {
    font-size: 3.46667vw;
    line-height: 4.8vw;
    position: relative;
    padding-left: 8vw;
    font-weight: bold;
  }
  .intro_bl_ct .intro_box_list ul li + li {
    margin-top: 4vw;
  }
  .intro_bl_ct .intro_box_list ul li span {
    color: #F18200;
  }
  .intro_bl_ct .intro_box_list ul li:before {
    content: '';
    display: block;
    border: 1px solid #eee;
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("../images/ic_tick.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}
