@charset "UTF-8";
img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 900px) {
  .rails_catch {
    position: relative;
    background: #fcdfe6;
  }
  .rails_catch:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #f2697a;
    content: '';
  }
  .rails_catch__in {
    position: relative;
    width: 750px;
    margin: 0 auto;
    padding: 34px 0 24px 450px;
    background: url("../images/img_catch_02.png") no-repeat left -40px top 0/auto 100%;
  }
  .rails_catch__title {
    margin: 0;
    color: #00334a;
    font-size: 30px;
  }
  .rails_catch__title span {
    color: #e50205;
    font-size: 60px;
  }
  .rails_catch__title strong {
    display: block;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
  }
  .rails_catch__bnr {
    position: absolute;
    top: 18px;
    right: 7px;
    width: 160px;
    height: 154px;
  }
  .rails_catch__bnr img {
    width: 100%;
  }
  .rails_catch__list {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
  }
  .rails_catch__list::after {
    display: none;
  }
  .rails_catch__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    padding: 30px 0;
    border-radius: 6px;
    background: #fff;
  }
  .rails_catch__item:nth-of-type(2) {
    width: 246px;
  }
  .rails_catch__item:last-of-type {
    width: 306px;
  }
  .rails_catch__item img {
    display: block;
    max-width: 64px;
    max-height: 50px;
    padding-right: 20px;
  }
  .rails_catch__point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0;
    color: #00334a;
    text-align: left;
  }
  .rails_catch__point span {
    font-size: 12px;
  }
  .rails_catch__txt {
    margin: 38px 0 0 0;
    float: left;
    color: #fff;
    font-size: 13px;
  }
  .rails_catch__btn {
    width: 284px;
    margin-top: 24px;
    padding: 17px 0;
    float: right;
    transition: .2s linear;
    background: #e50205 url("../images/ico_arrow01.png") no-repeat 236px center/7px 12px;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
  }
  .rails_catch__btn:hover {
    text-decoration: none;
    opacity: .8;
  }

  .rails_message {
    margin: 40px 0 120px;
    color: #787878;
    font-size: 16px;
    text-align: center;
  }
  .rails_message strong {
    color: #00334a;
    font-size: 18px;
    font-weight: bold;
  }
  .rails_message em {
    margin: 0 .3em;
    color: #e50205;
    font-size: 26px;
    font-style: normal;
  }

  .box_rails {
    margin: 0 0 120px;
  }
  .box_rails--bg {
    padding: 120px 0;
    background: #f7f2f2;
  }

  .rails_grid {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .rails_grid::after {
    display: none;
  }

  .rails_case {
    width: 318px;
    padding: 25px 40px 0;
    background: #f7f2f2;
  }
  .rails_case__title {
    margin: 25px 0 20px;
    color: #00334a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .rails_case__desc {
    min-height: 7em;
    margin: 0;
    color: #787878;
    line-height: 1.75;
  }
  .rails_case__btn {
    display: block;
    margin-top: 25px;
    padding: 17px 0;
    transition: .2s linear;
    background: #e50205 url("../images/ico_arrow01.png") no-repeat 220px center /7px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
  }
  .rails_case__btn:hover {
    text-decoration: none;
    opacity: .8;
  }
  .rails_case_modal {
    width: 940px;
    margin: 0 auto;
    padding: 30px;
  }
  .rails_case_modal__heading {
    color: #00334a;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .rails_case_modal__sub_head {
    margin: 0 0 20px;
    color: #00334a;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }
  .rails_case_modal__copy {
    margin: 0 30px;
    color: #ff696b;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }
  .rails_case_point {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 45px auto;
  }
  .rails_case_point__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background: #ffcc00;
    color: #00334a;
    font-size: 16px;
    text-align: center;
  }
  .rails_case_point__body {
    width: 660px;
    margin: 0 0 0 20px;
  }
  .rails_case_point__body ul {
    padding: 5px 0;
  }
  .rails_case_point__body li {
    padding-left: 1em;
    font-size: 15px;
    text-indent: -1em;
  }
  .rails_case_point__body li:not(:first-child) {
    margin-top: 10px;
  }
  .rails_case_wrap {
    display: flex;
    justify-content: space-between;
    background: #f7f2f2;
    padding: 30px;
  }
  .rails_case__image {
    width: 320px;
  }
  .rails_case_list {
    margin: 0;
  }
  .rails_case_list__title {
    margin: 0 0 15px;
    color: #00334a;
    font-size: 16px;
    font-weight: bold;
  }
  .rails_case_list__txt {
    margin: 0 0 20px;
  }
  .rails_case_list__txt:last-child {
    margin-bottom: 0;
  }
  .rails_case_list__txt li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .rails_case_list__txt li:not(:first-child) {
    margin-top: 10px;
  }
  .rails_strength-box {
    width: 1200px;
    margin: 0 auto;
  }
  .rails_strength {
    display: flex;
    margin-bottom: 5px;
    padding: 40px 60px 40px 40px;
    background-color: #f7f2f2;
    overflow: hidden;
  }
  .rails_strength:last-of-type {
    margin-bottom: 0;
  }
  .rails_strength__image {
    width: 400px;
    height: 250px;
    margin-right: 60px;
    z-index: 100;
  }
  .rails_strength__title {
    position: relative;
    padding-left: 53px;
    background: url("../images/ico_strength_no1.png") 0 2px / 27px 35px no-repeat;
    color: #787878;
    font-size: 26px;
    line-height: 50px;
  }
  .rails_strength__title::before {
    position: absolute;
    top: -100px;
    left: -44px;
    width: 18px;
    height: 200px;
    transform: rotate(43deg);
    background-color: #ff696b;
    content: '';
    z-index: 50;
  }
  .rails_strength__title--02 {
    background: url("../images/ico_strength_no2.png") 0 2px / 33px 33px no-repeat;
  }
  .rails_strength__title--03 {
    background: url("../images/ico_strength_no3.png") 0 2px / 34px 36px no-repeat;
  }
  .rails_strength__txt {
    color: #787878;
    font-size: 16px;
    line-height: 1.5;
  }
  .rails_strength__note {
    color: #787878;
    font-size: 14px;
    text-align: right;
  }
  .rails_technology {
    width: 470px;
    margin-left: 26px;
    border-radius: 6px;
    background-color: #fff;
  }
  .rails_technology:first-of-type {
    margin-bottom: 20px;
  }
  .rails_technology__txt {
    margin: 30px 0 0;
    padding: 20px 0;
    border-radius: 0 0 6px 6px;
    background-color: #00334a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .rails_cloud_list {
    display: flex;
    justify-content: center;
  }
  .rails_cloud_list__item {
    margin-top: 40px;
  }
  .rails_cloud_list__item:first-of-type {
    width: 173px;
    height: auto;
  }
  .rails_cloud_list__item:first-of-type img {
  }
  .rails_cloud_list__item:last-of-type {
    width: 102px;
    height: auto;
    margin-top: 53px;
    margin-left: 76px;
  }
  .rails_service_list {
    display: flex;
    justify-content: center;
  }
  .rails_service_list li:last-of-type .rails_service_list__item {
    margin-right: 0;
  }
  .rails_service_list__item {
    display: block;
    width: 130px;
    height: 125px;
    margin: 40px 10px 0 0;
    padding: 20px 0 15px;
    transition: .2s linear;
    border-radius: 6px;
    background-color: #f2f2f2;
    text-align: center;
  }
  .rails_service_list__item:hover {
    background: #d9d9d9;
    text-decoration: none;
  }
  .rails_service_list__txt {
    margin-top: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
  }
  .rails_service_list__icon {
    width: 90px;
    margin-top: 7px;
  }
  .rails_service_list__icon--push {
    margin-top: 20px;
  }
  .modal_inline {
    display: none;
  }

  .rails_reason--01 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .rails_reason--02 {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    margin: 70px auto 10px;
    padding: 60px 40px 60px;
    background: #f7f2f2;
  }
  .rails_reason--02::after {
    display: none;
  }
  .rails_reason--03 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 1120px;
    margin: 10px auto 10px;
    padding: 60px 40px 60px;
    background: #f7f2f2;
  }
  .rails_reason--03::after {
    display: none;
  }
  .rails_raason--03 strong {
    font-size: 36px;
  }
  .rails_reason__heading {
    margin: 0 0 40px;
    color: #787878;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
  }
  .rails_reason__heading img {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
  }
  .rails_reason__heading span {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 10px auto;
    color: transparent;
  }
  .rails_reason__heading span::before,
  .rails_reason__heading span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 1px;
    background: #787878;
    content: "";
  }
  .rails_reason__heading span::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .rails_reason__heading span::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .rails_reason__heading strong {
    display: block;
    font-size: 36px;
  }
  .rails_reason__copy {
    margin: 0 30px;
    color: #ff696b;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
  }
  .rails_reason__copy:not(:last-child) {
    margin-bottom: 1em;
  }
  .rails_reason__wrap {
    width: calc(50% - 15px);
  }
  .rails_resource {
    margin-right: 50px;
    margin: 0 50px 0 75px;
    text-align: right;
  }
  .rails_resource:last-of-type {
    margin-top: 34px;
  }
  .rails_resource__txt {
    display: inline-block;
    width: 420px;
    margin: 18px auto 0;
    color: #00334a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .rails_project {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .rails_project__title {
    width: 180px;
    margin-right: 55px;
  }
  .rails_project__bnr {
    width: 220px;
    height: 210px;
  }
  .rails_project_list {
    display: flex;
    flex-wrap: wrap;
    margin: 45px 0 0 30px;
  }
  .rails_project_list__item {
    width: 166px;
    height: 136px;
    padding-top: 30px;
    border-radius: 6px;
    background: #ffcc00;
    color: #00334a;
    font-size: 18px;
    text-align: center;
  }
  .rails_project_list__item:not(:nth-child(3n)) {
    margin-right: 6px;
  }
  .rails_project_list__item:nth-child(n+4) {
    margin-top: 6px;
  }
  .rails_project_list__icon {
    max-width: 76px;
    height: 70px;
    margin: 0 auto 25px;
  }

  .rails_members_list {
    display: flex;
  }
  .rails_members_list__item {
    width: 222px;
    margin-right: 6px;
    padding: 30px 15px 40px;
    border-radius: 6px;
    background: #ffcc00;
  }
  .rails_members_list__title {
    padding: 28px 0 20px;
    border-radius: 6px;
    background: #fff;
    color: #00334a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .rails_members_list__image {
    width: 165px;
    margin: 0 auto 10px;
  }
  .rails_members_list__txt {
    margin: 15px 0 0;
    color: #00334a;
    font-size: 13px;
    line-height: 1.75;
  }

  .rails_flow {
    width: 1200px;
    margin: 0 auto;
  }
  .rails_flow__list {
    display: flex;
    position: relative;
  }
  .rails_flow__list:not(:last-child) {
    margin-bottom: 50px;
  }
  .rails_flow__list:not(:first-child)::before {
    display: block;
    position: absolute;
    top: -52px;
    left: 85px;
    width: 30px;
    height: 55px;
    transform: rotate(90deg);
    background: url("../images/ico_arrow02.png") no-repeat left top/100% auto;
    content: "";
  }
  .rails_flow__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 0;
    background: #f7f2f2;
    color: #003f65;
    font-weight: bold;
    text-align: center;
  }
  .rails_flow_detail {
    width: 970px;
    margin: 0;
    padding: 15px;
    background: #f7f2f2;
  }

  main {
    font-weight: 500;
  }

  .rails_heading {
    margin: 0 0 50px;
    color: #00334a;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
  }

  .is-onlySP {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .rails_catch {
    background: #ffdce2;
  }
  .rails_catch__in {
    position: relative;
    margin: 0 auto;
    padding: 40px 15px 15px;
  }
  .rails_catch__title_box {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  .rails_catch__title {
    margin: 0;
    color: #00334a;
    font-size: 20px;
  }
  .rails_catch__title span {
    color: #e50205;
    font-size: 48px;
  }
  .rails_catch__title strong {
    display: block;
    margin-top: 10px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.25;
  }
  .rails_catch__bnr {
    width: 100px;
  }
  .rails_catch__bnr img {
    width: 100%;
  }
  .rails_catch__list {
    justify-content: space-between;
    margin-top: 30px;
  }
  .rails_catch__list::after {
    display: none;
  }
  .rails_catch__item {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 14px;
    padding: 15px 0;
    border-radius: 6px;
    background: #fff;
  }
  .rails_catch__item img {
    display: flex;
    align-items: center;
    max-width: 64px;
    max-height: 50px;
  }
  .rails_catch__item:last-of-type {
    margin-bottom: 0;
  }
  .rails_catch__item:last-of-type img {
    padding: 0 10px;
  }
  .rails_catch__point {
    display: flex;
    align-items: center;
    width: 180px;
    height: 50px;
    margin: 0 0 0 20px;
    color: #00334a;
    text-align: left;
  }
  .rails_catch__point span {
    font-size: 12px;
  }
  .rails_catch__txt {
    margin: 20px 10px;
    color: #00334a;
    font-size: 13px;
    text-align: center;
  }
  .rails_catch__txt br {
    display: none;
  }
  .rails_catch__btn {
    display: block;
    width: 284px;
    margin: 10px auto 0;
    padding: 17px 0;
    background: #e50205 url("../images/ico_arrow01.png") no-repeat 239px center/7px 12px;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
  }

  .rails_message {
    margin: 40px 0 50px;
    color: #787878;
    font-size: 14px;
    text-align: center;
  }
  .rails_message strong {
    display: block;
    color: #00334a;
    font-size: 16px;
    font-weight: bold;
  }
  .rails_message em {
    margin: 0 .3em;
    color: #e50205;
    font-size: 22px;
    font-style: normal;
  }

  .box_rails {
    margin: 0 0 60px;
  }

  .rails_case {
    padding: 25px 20px 0;
    background: #f7f2f2;
  }
  .rails_case:not(:last-child) {
    margin-bottom: 20px;
  }
  .rails_case__title {
    margin: 20px 0 15px;
    color: #00334a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .rails_case__desc {
    margin: 0;
    color: #787878;
    line-height: 1.75;
  }
  .rails_case__btn {
    display: block;
    margin-top: 20px;
    padding: 17px 0;
    background: #e50205;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
  }
  .rails_case_modal {
    padding: 15px;
    margin: 0 auto;
  }
  .rails_case_modal__heading {
    color: #00334a;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .rails_case_modal__sub_head {
    margin: 0 0 10px;
    color: #00334a;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }
  .rails_case_modal__copy {
    margin: 0;
    color: #ff696b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }
  .rails_case_point {
    margin: 25px auto;
  }
  .rails_case_point__title {
    width: 100%;
    padding: 5px 0;
    background: #ffcc00;
    color: #00334a;
    font-size: 16px;
    text-align: center;
  }
  .rails_case_point__title br {
    display: none;
  }
  .rails_case_point__body {
    margin: 0;
    padding: 5px 0;
  }
  .rails_case_point__body ul {
    padding: 5px 0;
  }
  .rails_case_point__body li {
    padding-left: 1em;
    font-size: 15px;
    text-indent: -1em;
  }
  .rails_case_point__body li:not(:first-child) {
    margin-top: 10px;
  }
  .rails_case_wrap {
    background: #f7f2f2;
    padding: 10px;
  }
  .rails_case_detail {
    margin: 15px 0 0;
  }
  .rails_case_list {
    margin: 0;
  }
  .rails_case_list__title {
    margin: 0 0 5px;
    color: #00334a;
    font-size: 14px;
    font-weight: bold;
  }
  .rails_case_list__txt {
    margin: 0 0 20px;
  }
  .rails_case_list__txt:last-child {
    margin-bottom: 0;
  }
  .rails_case_list__txt li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .rails_case_list__txt li:not(:first-child) {
    margin-top: 10px;
  }
  .rails_case__image {
    max-width: 320px;
    margin: 0 auto;
  }

  .modal_inline {
    display: none;
  }
  .rails_strength {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 0 20px;
    background-color: #f7f2f2;
    text-align: center;
  }
  .rails_strength:last-of-type {
    margin-bottom: 0;
  }
  .rails_strength__image {
    display: block;
    width: 100%;
    margin: 20px auto;
    max-width: 400px;
  }
  .rails_strength__txt_box {
    order: -1;
  }
  .rails_strength__title {
    display: inline-block;
    padding-left: 35px;
    background: url("../images/ico_strength_no1.png") 8px 4px / 16px 17px no-repeat;
    color: #787878;
  }
  .rails_strength__title--02 {
    background: url("../images/ico_strength_no2.png") 8px 4px / 18px 18px no-repeat;

  }
  .rails_strength__title--03 {
    background: url("../images/ico_strength_no3.png") 8px 4px / 18px 18px no-repeat;

  }
  .rails_strength__txt {
    margin: 0;
    color: #787878;
    text-align: left;
  }
  .rails_strength__note {
    color: #787878;
    font-size: 12px;
    text-align: right;
  }
  .rails_reason--01 {
    margin: 0 20px;
  }
  .rails_reason--02 {
    margin: 30px auto 10px;
    padding: 30px 20px;
    background: #f7f2f2;
  }
  .rails_reason--03 {
    margin: 30px auto 10px;
    padding: 30px 20px;
    background: #f7f2f2;
  }
  .rails_reason__wrap:nth-of-type(2){
    margin-top: 40px;
  }
  .rails_reason__heading {
    margin: 0 0 20px;
    color: #787878;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
  }
  .rails_reason__heading img {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 10px;
  }
  .rails_reason__heading span {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 10px auto;
    color: transparent;
  }
  .rails_reason__heading span::before,
  .rails_reason__heading span::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #787878;
    content: "";
  }
  .rails_reason__heading span::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .rails_reason__heading span::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .rails_reason__heading strong {
    display: block;
    font-size: 26px;
  }
  .rails_reason__copy {
    margin: 0;
    color: #ff696b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
  }
  .rails_reason__copy:not(:last-child) {
    margin-bottom: 1em;
  }
  .rails_resource {
    max-width: 420px;
    margin: 0 auto;
  }
  .rails_resource:nth-of-type(2) {
    margin-top: 20px;
  }
  .rails_resource__txt {
    color: #00334a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .rails_technology {
    border-radius: 6px;
    background-color: #fff;
  }
  .rails_technology:nth-of-type(2) {
    margin-top: 20px;
  }
  .rails_technology__txt {
    margin:30px 0 0;
    padding: 20px 0;
    border-radius: 0 0 6px 6px;
    background-color: #00334a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .rails_cloud_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .rails_cloud_list__item {
    margin-top: 40px;
  }
  .rails_cloud_list__item:first-of-type {
    width: 173px;
    height: auto;
  }
  .rails_cloud_list__item:last-of-type {
    width: 102px;
    height: auto;
    margin-top: 53px;
    margin: 53px 0 0 76px;
    padding-right: 21px;
  }
  .rails_service_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .rails_service_list__item {
    display: block;
    width: 120px;
    height: 120px;
    margin: 40px 10px 0 0;
    padding: 20px;
    border-radius: 6px;
    background-color: #f2f2f2;
    text-align: center;
  }
  .rails_service_list__txt {
    margin: 0;
    color: #00334a;
    font-size: 12px;
    font-weight: bold;
  }
  .rails_service_list__icon {
    max-height: 90px;
    margin-top: 15px;
  }
  .rails_flow {
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .rails_flow__list {
    position: relative;
    background: #f7f2f2;
  }
  .rails_flow__list:not(:last-child) {
    margin-bottom: 50px;
  }
  .rails_flow__list:not(:first-child)::before {
    display: block;
    position: absolute;
    top: -52px;
    left: 50%;
    width: 30px;
    height: 55px;
    transform: translateX(-50%) rotate(90deg);
    background: url("../images/ico_arrow02.png") no-repeat left top/100% auto;
    content: "";
  }
  .rails_flow__title {
    padding: 10px;
    color: #003f65;
    font-weight: bold;
    text-align: center;
  }
  .rails_flow_detail {
    padding: 0 10px 10px;
  }
  .rails_heading {
    margin: 0 10px 30px;
    color: #00334a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .is-onlyPC {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .rails_catch__title_box {
    display: flex;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    text-align-last: left;
  }
  .rails_catch__title {
    margin: 0;
    color: #00334a;
    font-size: 4vw;
  }
  .rails_catch__title span {
    color: #e50205;
    font-size: 8vw;
  }
  .rails_catch__title strong {
    display: block;
    margin-top: 10px;
    font-size: 8vw;
    font-weight: bold;
  }
  .rails_catch__bnr {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
  }
  .rails_catch__bnr img {
    width: 100%;
  }
  .rails_catch__list {
    justify-content: space-between;
  }
  .rails_technology {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
  }
  .rails_technology:nth-of-type(2) {
    margin-top: 20px;
  }
  .rails_cloud_list__item {
    margin: 40px 14px 0;
  }
  .rails_cloud_list__item:first-of-type {
    width: 120px;
    height: auto;
  }
  .rails_cloud_list__item:last-of-type {
    width: 80px;
    height: auto;
    align-items: center;
    margin: 14px 14px 0;
    padding-top: 30px;
  }
  .rails_service_list__item {
    width: 60px;
    height: 105px;
    margin: 20px 5px 0;
    padding: 15px;
    border-radius: 6px;
    background-color: #f2f2f2;
    text-align: center;
  }
  .rails_service_list__txt {
    margin: 0;
  }
  .rails_service_list__icon {
    margin-top: 12px;
  }
  .rails_service_list__icon--push {
    margin-top: 22px;
  }
}
